@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
Other Specs
@if (!empty($specs)) @foreach ($specs as $spec)
@endforeach @endif
Item Details
@if (!empty($prod_features)) @foreach ($prod_features as $item)
@endforeach @endif
@stop @section('script')