@extends('layouts.admin') @section('content') @if (Session::has('message'))
{{ Session::get('message') }}
@endif {{-- {!!Form::open(array( 'method' =>'post','class'=>'tab-form attribute_form','id'=>'order_search_form'))!!}
@if(IzoCommonHelper::hasPermission('order_add'))
@lang('messages.Add New')
@endif @if(IzoCommonHelper::hasPermission('bulk_print_invoice'))
@lang('messages.Bulk Invoice Print')
@endif
{!!Form::close()!!} --}} {{--

@lang('messages.Order Report')

--}} {{--

@lang('messages.Order Status')

--}}
@if(IzoCommonHelper::hasPermission('awaiting_confirmation_appointment_list'))

@lang('messages.Awaiting Confirmation')

@lang('messages.Order Id')
Hospital Appointment Date Appointment Slot @lang('messages.Customer Name') Cus.Phone Doctor Name Doc.Phone Payment type Visitor Type Status View
@lang('messages.No records found.')
@endif @if(IzoCommonHelper::hasPermission('confirm_appointment_list'))

Confirmed Appointments

{!!Form::open(array('class'=>'form-horizontal','id'=>'confirmedOrdersForm'))!!}
@lang('messages.Order Id')
Hospital Appointment Date Appointment Slot @lang('messages.Customer Name') Cus.Phone Doctor Name Doc.Phone Payment type Visitor Type Status View
@lang('messages.No records found.')
{{ Form::close() }}
@endif @if(IzoCommonHelper::hasPermission('complete_appointment_list'))

Completed Appointments

@lang('messages.Order Id')
Hospital Appointment Date Appointment Slot @lang('messages.Customer Name') Cus.Phone Doctor Name Doc.Phone Payment type Visitor Type Status View
@lang('messages.No records found.')
@endif @if(IzoCommonHelper::hasPermission('canceled_appointment_list'))

Canceled Appointments

@lang('messages.Order Id')
Hospital Appointment Date Appointment Slot @lang('messages.Customer Name') Cus.Phone Doctor Name Doc.Phone Payment type Visitor Type Status View
@lang('messages.No records found.')
@endif @if(IzoCommonHelper::hasPermission('transaction_appointment_list'))

Failed Appointments

@lang('messages.Order Id')
Hospital Appointment Date Appointment Slot @lang('messages.Customer Name') Cus.Phone Doctor Name Doc.Phone Payment type Visitor Type Status View
@lang('messages.No records found.')
@endif @if(IzoCommonHelper::hasPermission('refund_appointment_list'))

Refunds Appointment List

@lang('messages.Order Id')
Hospital Appointment Date Appointment Slot @lang('messages.Customer Name') Cus.Phone Doctor Name Doc.Phone Payment type Visitor Type Status View
@lang('messages.No records found.')
@endif
@endsection