@if ( !$product->haveSufficientQuantity() && !$product->parent_category->is_pre_register_active ) @include('customer.product.notify-me', ['product' => $product]) @endif @if( !$product->haveSufficientQuantity() && @$product->parent_category->is_pre_register_active) @include('customer.product.pre-register', ['product' => $product]) @elseif( !$product->haveSufficientQuantity() && @$product->parent_category->is_preorder_active)
@csrf
{{--
@csrf()
--}} @elseif ($product->haveSufficientQuantity())
@csrf
@csrf
@endif