@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 {{-- |基本条件 --}}
{{-- ★基本条件を追加|3列構成 --}}
@php($hidden = Enum::match('SupplierType.Domestic', old('supplier_type', isset($params->supplier_type) ? $params->supplier_type : null)) ? '' : 'hidden')
{{-- |詳細条件 --}} {{-- ★必要なら追加、不要の場合は x-slot ごと削除
--}} {{-- |アクション --}}
{{-- データリスト --}}
{{-- --}} {{-- ★一覧を編集 --}} @if($params->is_active != '') @endif @if($params->is_active != '') @endif @foreach($suppliers as $row) @if($params->is_active != '') @endif @php($address = $row->prefecture. $row->address1. $row->address2. $row->address3) @endforeach
No
{{($loop->iteration)}}{{$row->supplier_code}} {{$row->supplier_name}} {{$address }} {{$row->tel}} {{Enum::name('SupplierType', $row->supplier_type)}}
@isset($params->perpage) @endisset
{{-- script --}}