text/x-generic edit_single_schedule.blade.php ( HTML document, ASCII text, with CRLF line terminators ) @extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("consultant")}}

{{__("Schedule")}}

@endsection @section("content")

{{__("Edit Schedule")}}

{{--

Working Time Agenda

--}}
id)}}" enctype="multipart/form-data"> @csrf
@if($schedule->date_from=="2000-01-01" &&$schedule->date_to=="3000-01-01") @endif @if($schedule->date_from !=="2000-01-01"&&$schedule->date_to!=="3000-01-01")
@endif
@foreach($schedule->object_week_days as $key=>$single_object_week)
{{-- --}}
@endforeach
@endsection @section("scripts") @endsection