{{-- header --}} @php($breadcrumbs = [ '会社情報入力'=>null ])
@php($visible = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canUpdate) ? '' : 'hidden')
{{-- contents --}}
@csrf @method('put') @include('user.company-setting.partials.entry', ['mode'=>'edit'])
{{-- script --}}