@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Specialist")}}

{{__("Create Specialist")}}

@endsection @section("content")

{{__("Edit Schedule")}}

Working Time Agenda


id)}}" enctype="multipart/form-data"> @csrf
@foreach($schedule->object_week_days as $key=>$single_object_week)
@endforeach
@endsection @section("scripts") @endsection