@extends('backend.master') @section('title') {{ ___('common.Online Class Routine 2023') }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}
@csrf

{{ ___('common.Filtering') }}

@error('type')
{{ $message }}
@enderror
@error('head')
{{ $message }}
@enderror
@if (@$data['result'])
@if (count($data['result']) > 0)
@csrf
@endif

{{ setting('application_name') }}

{{ setting('address') }}

@forelse ($data['result'] as $key=>$item) @empty @endforelse
# {{ ___('common.date') }} {{ ___('common.name') }} {{ ___('account.Head') }} {{ ___('report.Amount') }} ({{ Setting('currency_symbol') }})
{{ ++$key }} {{ dateFormat($item->date) }} @if (@$item->fees_collect_id != null) {{ @$item->feesType->name }} @else {{ @$item->name }} @endif {{ $item->head->name }} {{ $item->amount }}
@include('backend.includes.no-data')
{{ ___('common.total') }}: {{ $data['sum'] }}
@endif
@endsection