@extends('layouts.page', [ 'panel_display' => true, 'panel_menu_active' => [$panel_menu_active] ]) @include('html.header.select2') @include('html.header.datepicker', ['language' => 'en']) @include('html.header.edm-ajax') @include('html.header.input') @push('css') @endpush @push('head') @endpush @section('ui-content')

{{ strtoupper(Lang::get('invoice.word.tuition_invoice_management')) }}

@include('template.invoice.tuition.list', ['paginate_invoice' => $paginate_invoice])
@endsection