@extends("admin.template.layout") @section('header') @stop @php $vendorid = $_GET['vendor'] ?? ''; $inactive = 0; if(!empty($vendorid)) { $seller_user_id = $vendorid; $inactive = 1; } @endphp @section('content')
@csrf
@if($is_food)
@endif
@if($is_food) @endif
Product Specifications
@if (!empty($prod_excel_features)) @foreach ($prod_excel_features as $eFeature)
@endforeach @endif
Product Details
@if (!empty($product_details)) @foreach ($product_details as $detail)
@endforeach @endif
Other Specs
@if (!empty($specs)) @foreach ($specs as $spec)
@endforeach @endif
@if (!empty($all_features) && count($all_features) > 0)
Item Details
@if (!empty($prod_features)) @foreach ($prod_features as $item)
@endforeach @endif
@endif
@stop @section('script')