@extends('layouts.page', [ 'panel_display' => true, 'panel_menu_active' => ['stats.list'] ]) @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 @php #진행단계 $invoice_status = ConfigCode::getCodes('INVOICE_STATUS', ['code'=>['INVOICE', 'TUITION_REMIT', 'TUITION_REMIT_COMPLETED', 'SCHOOL_REMIT', 'SCHOOL_REMIT_COMPLETED']]); @endphp @section('ui-content')