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

@lang('Add Product')

@csrf
@lang('Choose the top-level category first')
@lang('Name') @lang('Value') @lang('Delete')
Remove
Add Option Item
@foreach ($optionGroups as $optionGroup)
@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