@php /** * 지원 시 유의사항 목록 */ $editable = isset($editable) && $editable; @endphp @if ($editable) @endif @if ($editable) @endif @forelse ($notices as $notice) @if ($editable) @endif @empty @endforelse
{{ Lang::get('school.word.title.short') }} {{ Lang::get('school.word.contents.short') }} {{ Lang::get('school.word.apply_date.short') }} {{ Lang::get('school.word.reg_date.short') }} {{ Lang::get('school.word.registrant.short') }}
{{ $notice->title }} {{ $notice->memo }} {{ $notice->start_date ? $notice->start_date->format('Y.m.d') : '' }} {{ $notice->modifyLog ? $notice->modifyLog->created_at->format('Y.m.d') : '' }} {{ $notice->modifyLog ? $notice->modifyLog->emm_name : '' }}
{{ Lang::get('template_school.desc.no_data') }}
@include('template.table_pagination', [ 'resources' => $notices, ])