@extends('layouts.master') @section('title', 'All Bookings | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', 'All Bookings') @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))
@endif @endsection @section('content')| {{ __('basic.service') }} | {{ __('basic.room') }} | {{ __('basic.destination') }} | {{ __('basic.traveler') }} | {{ __('basic.company') }} | {{ __('basic.worker') }} | {{ __('basic.start') }} | {{ __('basic.end') }} | {{ __('basic.status') }} | {{ __('patientappo.pay status') }} |
|---|---|---|---|---|---|---|---|---|---|
| {{ $item->hotel->name }} | {{ $item->quantity }} {{ $item->room_type }} room | {{ $item->destination->name }} | {{ $item->patient->first_name . ' ' . $item->patient->second_name }} | @if ($item->debtor) {{ $item->debtor->company_name}} @else No Company @endif | @isset($item->creator->first_name) {{ $item->creator->first_name }} @endisset |
{{ date('Y-m-d', strtotime($item->start_at)) }} {{ date('h:i a', strtotime($item->start_at)) }} |
{{ date('Y-m-d', strtotime($item->end_at)) }} {{ date('h:i a', strtotime($item->end_at)) }} |
{{ $msg }} | {{ $msg_invoice }} |