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

{{ $head ?? '' }}

@if($doctor ?? '' && $doctor->id) @method('PUT') @endif @CSRF
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