@extends('layouts.app') @section('title') {{ __('messages.Bookings') }} @endsection @section('content')
{{ __('messages.Client') }} : @if ($item->is_booking_from_admin) {{ __('messages.Via the box office') }} ( {{ $item->user->name }} ) @else {{ $item->user->name }} @endif | {{ __('messages.Show') }} : {{ $item->show_date->show->name }} |
---|---|
{{ __('messages.Show Date') }} : {{ \Carbon\Carbon::parse($item->show_date->date_time)->format('Y-m-d h:i A') }} | {{ __('messages.Count Tickets') }} : {{ $item->booking_seats->count() }} |
{{ __('messages.Booking status') }}: @if ($item->booking_seats[0]->status == 'success') {{ $item->booking_seats[0]->status }} @else {{ $item->booking_seats[0]->status }} @endif | {{ __('messages.Payment reference number') }} : {{ $item->booking_seats[0]->fawry_ref_number }} |
{{ $seat->seat->row_name }} - {{ $seat->seat->section}} - ( {{ $seat->seat->seat_num}} )