@extends('layouts.admin') @section('content')
{!!Form::open(array( 'method' =>'post','class'=>'tab-form attribute_form','id'=>'order_search_form'))!!}
@if (Session::get('admin_role') <> 10)
@endif
{!!Form::close()!!}

@lang('messages.Awaiting Confirmation')

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

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 status Visitor Type Status View
@lang('messages.No records found.')
{{ Form::close() }}

Completed Appoinments

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

Canceled Appointments

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

Failed Appointments

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