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

커미션 정보

@include('template.commission.register.default', [ 'isLock' => $isLock = !Auth::isAccessAllowed('master') && $info_commission->end_date < date('U', strtotime(date('Ymd'))), 'info_school' => $info_school, 'info_commission' => $info_commission ])
@if (!$isLock) @endif
@endsection @section('ui-footer') @endsection