@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 @php($visibleUpdate = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canUpdate) ? '' : 'hidden') @foreach($customers as $row) @if($params->is_active != '') @endif @endforeach
No
{{($loop->iteration)}}{{$row->customer_code}} {{$row->customer_name}} {{$row->tel}} {{$row->fax}} {{$row->postal_code}} {{$row->prefecture}} {{$row->address1}} {{$row->address2}} {{$row->president_name}} {{$row->closing_day}} {{$row->denomination_name}} {{$row->payment_day}} {{Enum::name('PaymentCycle', $row->payment_cycle)}} {{$row->business_type_name}}
@isset($params->perpage) @endisset
{{-- script --}}