@php $canStore = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canStore); $visible = $canStore && count($productPrices) > 0 ? '' : 'hidden'; $productId = count($productPrices) > 0 ? $productPrices[0]->product_id : 0; @endphp {{-- header --}} 単価登録画面 {{-- entry --}}
@csrf @include('user.products.prices.partials.entry', ['mode'=>'create'])
{{-- script --}}