@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($customerProduct as $row) @if($params->is_active != '') @endif @if(empty($canView)) @include('user.customer-product.partials.customer-tooltip') @include('user.customer-product.partials.product-tooltip') @else @endif @endforeach
No
{{($loop->iteration)}}{{$row->customer_full_name}} {{$row->product_full_name}}{{$row->customer_product_code}} {{$row->valid_from}} {{$row->valid_to}} {{$row->note}}
@isset($params->perpage) @endisset
{{-- modal --}}
{{-- script --}} {{-- style --}}