{{ $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 }} ج
--}}{{ $seat->code }}
{{Carbon\Carbon::parse( $seat->booking->created_at )->format('Y-m-d')}}
سعر التذكرة : {{ $seat->price_seat }} ج
ضرائب: {{ $seat->price_taxes }} ج