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

{{__("Specialist")}}

{{__("Create Specialist")}}

@endsection @section("content")

{{__("Edit Schedule")}}

$specialist->id])}}" style="float: right;" class="btn btn-rounded btn-success mb-1"> 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}} $singleSchedule->id, 'specialistId' => $specialist->id]) }}" class="control-link edit">
@endsection @section("scripts") @endsection