| # | {{ __('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'] + $sum_all_taxes_this_item }} | {{ $item['sum_price_seat'] }} |
|
|||
| الاجمالى | {{ $all_count_seat }} | {{$all_sum_price_seat + $sum_all_taxes }} | {{ $all_sum_price_seat }} |
|