@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->is_default==1) @endif @if($schedule->is_default==0)
@endif
@foreach($schedule->object_week_days as $key=>$single_object_week)
{{-- --}}
@endforeach
@endsection @section("scripts") @endsection