@php $canStore = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canStore) ? '' : 'hidden'; $canView = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canView) ? '' : 'hidden'; $canUpdate = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canUpdate) ? '' : 'hidden'; @endphp {{-- header --}} @php($breadcrumbs = ['運送会社一覧'=>null])
{{-- 検索条件 --}}
@csrf {{-- |基本条件 --}}
{{-- |アクション --}}
{{-- データリスト --}}
{{-- --}} {{-- ★一覧を編集 --}} @if($params->is_active != '') @endif @if($params->is_active != '') @endif @foreach($carriers as $row) @if($params->is_active != '') @endif @endforeach
No
{{($loop->iteration)}}{{$row->carrier_name}}
@isset($params->perpage) @endisset
{{-- script --}}