@include('accounting::fee_invoices.partials.filter_form', [ // 'academic_years' => $academic_years, // 'academic_classes' => $academic_classes, // 'academic_sections' => $academic_sections, // 'students' => $students, 'data' => $data, ])
{{-- i want to show data if data aviable in $feeInvoices array --}} {{-- @if (!empty($feeInvoices)) --}} {{-- @if ($feeInvoices->isNotEmpty()) --}}
{{--

{{ $feeInvoices }}

--}}
@include('accounting::fee_invoices.partials.home_data')
{{ __('accounting.student_name') }} {{ __('accounting.year') }} {{ __('accounting.class') }} {{ __('accounting.section') }} {{ __('accounting.invoice_date') }} {{ __('accounting.total_amount') }} {{ __('accounting.total_discount') }} {{ __('accounting.total_recieve') }} {{ __('accounting.invoice_status') }} {{ __('accounting.action') }}
{{ __('accounting.student_name') }} {{ __('accounting.year') }} {{ __('accounting.class') }} {{ __('accounting.section') }} {{ __('accounting.invoice_date') }} {{ __('accounting.total_amount') }} {{ __('accounting.total_discount') }} {{ __('accounting.total_recieve') }} {{ __('accounting.invoice_status') }} {{ __('accounting.action') }}
@include('accounting::fee_invoices.partials.trash')
{{-- @else

No data available. Please apply a filter.

@endif --}}