{{ $title }}
{{-- --}} @foreach ($data as $item ) @endforeach
# {{ __('messages.Show') }} {{ __('messages.Hall') }} {{ __('messages.Show Date') }} {{ __('messages.Bookings') }} {{ __('messages.From the application') }} {{ __('messages.From the theatre') }} {{ __('messages.Total') }}
الفئات عدد التذاكر الصافى الضرائب
{{ $item['name'] }} {{ $item['count_seat'] }} {{ $item['sum_price_seat'] }}
    @foreach ($item['taxes'] as $tax ) @if($tax['id'] == 1)
  • فورى : {{ $tax['sum'] }} ج
  • @else
  • {{ $tax['name'] }} : {{ $tax['sum'] }} ج
  • @endif @endforeach
الاجمالى {{ $all_count_seat }} {{ $all_sum_price_seat }}
    @foreach ($all_taxes as $key=>$value) @if($key == 1)
  • فورى : {{ $value['value'] }} ج
  • @else
  • {{ $value['name'] }} : {{ $value['value'] }} ج
  • @endif @endforeach