@for ($i = 0; $i < 3; $i++)

وزارة الثقافة قطاع المسرح - {{ $seat->show->hall->name }}


@if ($seat->seat->row_name == 'dynamic_chair') DC @else {{ $seat->seat->row_name }} @endif -{{ $seat->seat->seat_num }} @if ($seat->seat->section == 'dynamic_chair') dynamic chair @else {{ $seat->seat->section }} @endif

{{-- --}}

{{ $seat->code }}

{{ Carbon\Carbon::parse($seat->booking->created_at)->format('Y-m-d') }}

سعر التذكرة : {{ round($seat->price_seat,2) }} ج

@if ($seat->booking->is_booking_from_admin) @foreach ($seat->booking->show->taxes as $tax) @if ($tax->id != 1) @if ($tax->type == "percent") {{ $tax->name }} : {{ round($seat->price_seat * ( $tax->percent ),2) }} ج - @else {{ $tax->name }} : {{ round($tax->percent,2) }} ج - @endif @endif @endforeach @else @foreach ($seat->booking->show->taxes as $tax) @if ($tax->id != 1) Fawry : {{ round($seat->price_seat * ( $tax->percent ),2) }} ج - @else @if ($tax->type == "percent") {{ $tax->name }} : {{ round($seat->price_seat * ( $tax->percent ),2) }} ج - @else {{ $tax->name }} : {{ round($tax->percent,2) }} ج - @endif @endif @endforeach @endif

{{--

ضرائب: {{ $seat->price_taxes }} ج

--}}

الاجمالى: {{ round($seat->total,2) }} ج

@endfor {{-- @for ($i = 0; $i < 3; $i++) @endfor --}} {{-- @for ($i = 0; $i < 3; $i++)

وزارة الثقافة قطاع المسرح - {{ $seat->show->hall->name }}


@if ($seat->seat->row_name == 'dynamic_chair') DC @else {{ $seat->seat->row_name }} @endif -{{ $seat->seat->seat_num }} @if ($seat->seat->section == 'dynamic_chair') dynamic chair @else {{ $seat->seat->section }} @endif

{{ $seat->code }}

{{Carbon\Carbon::parse( $seat->booking->created_at )->format('Y-m-d')}}

سعر التذكرة : {{ $seat->price_seat }} ج

ضرائب: {{ $seat->price_taxes }} ج

الاجمالى: {{ $seat->total }} ج

@endfor --}}