@extends('app') @section('content')

Doctor Appointment List

@can('doctor-appointment-create')   Add Doctor Appointment @endcan

{!! Form::select('doctor_id',$doctors,null, ['class'=> 'form-control select2', 'id'=>'select_doc', 'placeholder'=>'Select Doctor']) !!}
@can('doctor-appointment-view') @canany(['doctor-appointment-edit','doctor-appointment-update','doctor-appointment-remove']) @endcanany @canany(['doctor-appointment-edit','doctor-appointment-update','doctor-appointment-remove']) @endcanany
Sl No Doctor Patient Schedule Date Appointment Date Payment StatusAction
Sl No Doctor Patient Schedule Date Appointment Date Payment StatusAction
@endcan
@endsection @section('script') @endsection