@extends('admin.layouts.app') @section('panel')

@lang('Add Product')

@csrf
@foreach ($productMetas as $index => $meta) @endforeach
@lang('Name') @lang('Value') @lang('Delete')
Remove
Remove
Add Option Item
@foreach ($productTypes as $productType) @php $items = \App\Models\ProductItemType::where( 'type_id', $productType->type_id, ) ->where('product_id', $product->id) ->get(); @endphp @foreach ($items as $item)
required ? 'required' : '' }}>
@endforeach @endforeach
@foreach ($optionGroups as $optionGroup)
@php $groupOptions = $optionItemPrices->where( 'option_group_id', $optionGroup->id, ); @endphp @foreach ($groupOptions as $index => $option) @endforeach
@lang('Option') @lang('Item') @lang('Extra Price') @lang('Prefix') @lang('Use As Filter') @lang('Status') @lang('Actions')
@endforeach
0%
@endsection @push('breadcrumb-plugins') @lang('Back') @endpush @push('style') @endpush @push('script') @endpush