@extends('admin.layouts.container') @section('content')

{{ $head ?? '' }}

@if($doctor ?? '' && $doctor->id) @method('PUT') @endif @CSRF @if($doctor ?? '' && $doctor->id) @for ($i = 1; $i < 13 ; $i++) @if (array_key_exists($i, $monthVisitCounts)) @continue @endif @php $monthVisitCounts[$i] = 0; @endphp @endfor @php ksort($monthVisitCounts); @endphp @foreach ($monthVisitCounts as $month => $count) @endforeach
Reservations in this year
@endif
id)) style="display:none" @endif id="experiences">

{{__('doctors.experiences')}}

@if($doctor ?? "" && $doctor->id)
@foreach(experiences($doctor->id) as $key=>$row)
@endforeach
@endif
id)) style="display:none" @endif id="langs">

{{__('doctors.langs')}}

@if($doctor ?? "" && $doctor->id)
@foreach(langs($doctor->id) as $key=>$row)
@endforeach
@endif
{{--Start image container--}}
photo ?? "")}}"/>
Choose
{{--End image container--}} {{--Start video container--}}
details->video ?? "")}}"/>
Choose
{{--End video container--}}
@foreach($branches as $row)
id) @if(branchestrue($row->id,$doctor->id,'2')) checked @endif @endif name="branches[]" value="{{$row->id}}"> {{$row->name}}
@endforeach
@if ($doctor ?? false) @foreach ($doctor['photos'] as $photo)
@endforeach @endif
@endsection @section('inner_js') {{-- --}} @endsection