@php /*-------------------------------------------- * 학비정산서 목록 --------------------------------------------*/ @endphp @extends('layouts.page', [ 'panel_display' => true, 'panel_menu_active' => ['invoices.index'] ]) @include('html.header.select2') @include('html.header.datepicker', ['language' => 'kr']) @include('html.header.edm-ajax') @include('html.header.input') @push('css') @endpush @push('head') @endpush @section('ui-content')

정산서 관리

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