@extends('invoice.tuition.step', [ 'selected' => 'invoice', ]) @include('html.header.select2') @include('html.header.validator') @include('html.header.datepicker', ['language' => 'kr']) @include('html.header.sortable') @include('html.header.input') @push('css') @endpush @push('script') @endpush @push('head') @endpush @section('invoice-content')
{{-- 정산서 학교 --}}

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

{!! $template_invoice !!}
@endsection