@if(session('success'))
{{session('success')}}

@endif @if(session('error'))
{{session('error')}}

@endif
@if ($errors->has('doctor')) {{ $errors->first('doctor') }} @endif
@if ($errors->has('date')) @endif
@if ($errors->has('hour')) @endif
@if ($errors->has('minute')) @endif
@if ($errors->has('remark')) {{ $errors->first('remark') }} @endif
{{ csrf_field() }}