@extends('layouts.app') @section('form-title') {{ __('Agenda') }} @endsection @section('breadcrumb') @endsection @section('content') @include('agendas.non-working-days.edit')
{{-- Driver section --}}
{{ __("Show drivers") }}
@foreach($drivers as $driver)
@endforeach
{{-- Calendar --}}
{{-- Filter --}} @include('agendas.agenda.filter', ['total_filter_name' => 'total_days', 'filter_days_name' => 'day'])
{{ __('Loading...') }}
@include('agendas.agenda.filter', ['total_filter_name' => 'total_days2', 'filter_days_name' => 'day2'])
@endsection @push('child-scripts') @endpush