@extends('layouts.master') @section('title', 'Files | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', 'Files') @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))
@endif @endsection @section('content')| {{ __('basic.name') }} | {{ __('basic.from') }} | {{ __('basic.to') }} | {{ __('basic.company') }} | {{ __('basic.worker') }} | {{ __('basic.start') }} | {{ __('basic.end') }} | {{ __('basic.status') }} | {{ __('patientappo.pay status') }} | {{ __('patientappo.pay code') }} |
|---|---|---|---|---|---|---|---|---|---|
| {{ $item->name }} | {{ $item->from->name }} | {{ $item->to->name }} | @if ($item->debtor) {{ $item->debtor->first_name . " " . $item->debtor->second_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 }} | @if ($item->invoice_item) {{ $item->invoice_item->invoice->code }} @endif |
| {{ __('basic.service') }} | {{ __('basic.type') }} | {{ __('basic.destination') }} | {{ __('basic.company') }} | {{ __('basic.worker') }} | {{ __('basic.start') }} | {{ __('basic.end') }} | {{ __('basic.status') }} | {{ __('patientappo.pay status') }} | {{ __('basic.handle') }} |
|---|---|---|---|---|---|---|---|---|---|
| {{ $item->bus_trip->name }} | @if ($item->type == 1) @php $bus_type = 'Singl Trip'; @endphp @elseif ($item->type == 2) @php $bus_type = 'Round Trip'; @endphp @endif {{ $bus_type . ' with ' . $item->quantity }} seats | {{ $item->bus_trip->name }} | @if ($item->debtor) {{ $item->debtor->first_name . " " . $item->debtor->second_name}} @else No Company @endif | @isset($item->creator->first_name) {{ $item->creator->first_name }} @endisset |
@if ($item->start_at)
{{ date('Y-m-d', strtotime($item->start_at)) }} {{ date('h:i a', strtotime($item->start_at)) }} @else @endif |
@if ($item->end_at)
{{ date('Y-m-d', strtotime($item->end_at)) }} {{ date('h:i a', strtotime($item->end_at)) }} @else ($item->type == 2) @endif |
{{ $msg }} | {{ $msg_invoice }} |
| {{ __('basic.service') }} | {{ __('basic.room') }} | {{ __('basic.destination') }} | {{ __('basic.company') }} | {{ __('basic.worker') }} | {{ __('basic.start') }} | {{ __('basic.end') }} | {{ __('basic.status') }} | {{ __('patientappo.pay status') }} | {{ __('basic.handle') }} |
|---|---|---|---|---|---|---|---|---|---|
| {{ $item->hotel->name }} | {{ $item->quantity }} {{ $item->room_type }} room | {{ $item->destination->name }} | @if ($item->debtor) {{ $item->debtor->first_name . " " . $item->debtor->second_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 }} |