@extends('layouts.main') @section('page-style') @endsection @section('page-plugin') @endsection @section('page-script') @endsection @section('content')

@include('layouts.notifications')
@if(isset($doctor)) Detail Doctor @else New Doctor @endif
@if(isset($doctor))
@method('PUT') @else @endif {{ csrf_field() }}
@if(!isset($doctor))
@endif
@if(isset($doctor) && $doctor['practice_experience_place'] != null) @foreach($doctor['practice_experience_place'] as $exp) @endforeach @else
@endif
Select image Change
{{ csrf_field() }}
@if(isset($doctor))
Doctor Password
@method('PUT') {{ csrf_field() }}
{{ csrf_field() }}
@endif @if(isset($doctor))
Doctor Schedule
@method('PUT') {{ csrf_field() }} @if(!empty($doctor['schedules_raw']))
@php $count = count($doctor['schedules_raw']);@endphp
@foreach($doctor['schedules_raw'] as $key => $schedule)
{{----}}
@if(!empty($schedule['schedule_time']))
Session Start
Session End
@php $count = count($schedule['schedule_time']);@endphp
@foreach($schedule['schedule_time'] as $key2 => $time)
 
@endforeach
@else @php $count = count($schedule['schedule_time']);@endphp
@endif
@endforeach @else
 
Session Start
Session End
 
@endif
@endif
@endsection