@extends('layouts.master') @push('style') @endpush @section('title', __('accounting.fee_invoices')) @section('content_title', __('accounting.all_fee_invoices')) @section('content_summary', __('accounting.fee_invoices_summary')) {{-- @section('content_taskbar') @endsection --}} @push('style') @endpush @section('main_content')
@include('accounting::fee_invoices.partials.home', [ // 'academic_years' => $academic_years, // 'academic_classes' => $academic_classes, // 'academic_sections' => $academic_sections, // 'students' => $students, 'data' => $data, 'feeInvoices' => $feeInvoices, ])
Teacher
Emplyee
@endsection @push('script') @endpush