@php
/**
* 학교담당자 목록
*/
$editable = isset($editable) && $editable;
@endphp
@foreach ($staffs as $staff)
@if ($editable)
@endif
@if ($staff->profile_url)
@endif
-
{{ Lang::get('school.word.manager_name') }}:
{{ $staff->name }}
-
{{ Lang::get('school.word.email') }}:
{{ $staff->email }}
-
{{ Lang::get('school.word.telephone') }}:
{{ $staff->phone }}
-
{{ Lang::get('school.word.position') }}:
{{ $staff->position }}
-
{{ Lang::get('school.word.address') }}:
{{ $staff->address }}
{!! nl2br($staff->memo) !!}
@endforeach
{{ Lang::get('school.desc.no_data') }}