@extends('layouts.app') @section('title') {{ $title }} @endsection @section('content')
# | {{ __('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'] }} |
|
||||
الاجمالى | {{ $all_count_seat }} | {{ $all_sum_price_seat }} |
|