@extends('layouts.page', [ 'panel_display' => true, 'panel_menu_active' => [$panel_menu_active] ]) @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')

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

@include('template.invoice.tuition.list'.((isset($country) ? $country : '')=='tw' ? 'twd' : ''), ['paginate_invoice' => $paginate_invoice])
@endsection