@extends('layouts.app') @section('title', 'Doctors') @section('pages')
@csrf
Doctor Details

{{-- Doctor Name --}}
+
@if ($errors->has('account_id')) {{ $errors->first('account_id') }} @endif
{{-- Appointment Schedule --}}
Additional Information
Add Additional Information
{{-- Specialist In --}} {{-- Medical License No --}} {{-- API Salt Key --}} {{-- Priority --}}
@if(count($appointment_shifts) > 0) @foreach ($appointment_shifts as $key => $shift) @endforeach @endif
#
Shifts
(Allow All Shifts)
Status
{{$key+1}} {{ ucfirst($shift->name) }}
@foreach (daysOfWeek() as $key => $day) @endforeach
#
Days
(Allow All Days)
Status
{{$key+1}} {!! $day !!}
@endsection @section('js') @endsection