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

{{__("Specialist")}}

{{__("Create Specialist")}}

@endsection @section("content")

{{__("Edit Schedule")}}

Create New Schedule
@foreach($specialist->schedule as $key=>$singleSchedule) @endforeach
{{__("serial number")}} {{__("time work from")}} {{__("time work to")}} {{__("slot duration")}} {{__("waiting duration")}} {{__("Control")}}
{{++$key}} {{$singleSchedule->date_from}} {{$singleSchedule->date_to}} {{$singleSchedule->slot_duration}} {{$singleSchedule->wating_time}} id)}}" class="control-link edit">
@endsection @section("scripts") @endsection