{{-- header --}} @php($breadcrumbs = [ '部門一覧'=>route('departments.index', ['action'=>'back']), '部門表示'=>null ])
@php($visible = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canUpdate) ? '' : 'hidden')
{{-- contents --}}
@include('user.departments.partials.show')