Doctor Details
{{-- Doctor Name --}}
@if ($errors->has('account_id'))
{{ $errors->first('account_id') }}
@endif
This field is required.
{{-- else --}}
{{--
@if ($errors->has('account_id'))
{{ $errors->first('account_id') }}
@endif
--}}
{{-- Appointment Schedule --}}
This field is required.
{{-- Organization Department --}}
@php
$days = explode(',', $doc->organization_department_id);
@endphp
This field is required.
This field is required.