@extends('layouts.app') @section('title') {{ $page_title }} @endsection @section('content')
@include('inc.breadcrumb', [ 'breadcrumb_items' => [ __('messages.Home') => route('home'), 'الماليات' => null, "تقرير الايرادات" =>'active', ], ])
@if (request('from_date')) {{ __('messages.From date') }} : {{ request('from_date') }} @endif @if (request('to_date')) {{ __('messages.To date') }} : {{ request('to_date') }} @endif

{{ $page_title }}
@foreach ($hall_data as $item ) @endforeach
# المسرح اجمالى الايرادات خلال الفترة
{{ $loop->index + 1}} {{ $item['name'] }} {{$item['total'] }}
اجمالى الايرادات فى هذه الفترة {{ $total_all }}
@endsection @section('script') @endsection