@extends('layouts.main') @push('styles') @endpush @section('content')

{{ __('patients.appointments') }}

@include('flash::message')

{{ Form::label('clinic_allocation', __('patients.clinic_allocation')) }} {{ Form::select('clinic_allocation', $clinics, '', ['class' => 'form-control col-sm-12 compulsory search_criteria', 'id' => 'clinic_allocation']) }}
{{ Form::label('in_charge', __('patients.incharge')) }}


{{ __('patients.search_criteria') }} {{ __('patients.all') }}

{{ __('patients.patient_name') }} {{ __('patients.clinic') }} {{ __('patients.incharge') }} {{ __('patients.appointment_time') }} {{ __('patients.patient_contact') }} {{ __('patients.comments') }}
@endsection @push('scripts') @endpush