@extends('admin.master', ['menu' => 'products', 'submenu' => 'product']) @section('title', isset($title) ? $title : '') @section('content')
{{__('Add Product')}}
{{__('Home')}}
{{__('Product')}}
@csrf
{{langString('en', false).':'}}
{{ __('Product Name')}}
{{ __('Product Slug')}}
{{ __('Affiliate Link')}}
{{--
{{ __('Brand Name')}}
{{__('---Select item---')}}
@foreach(Brnad() as $item)
{{$item->en_BrandName}}
@endforeach
--}}
{{ __('Category Name')}}
{{__('---Select item---')}}
@foreach($category as $item)
{{$item->en_Category_Name}}
@endforeach
{{ __('Item Tag')}}
{{__('---Select item---')}}
@foreach ($item_tags as $it)
{{$it->name}}
@endforeach
{{ __('Product Tag')}}
@foreach($tags as $tag)
{{$tag->name}}
@endforeach
{{ __('Price')}}
{{ __('Discount (in Percentage)')}}
{{ __('Discount Price')}}
{{ __('About')}}
{{ __('Description')}}
{{ __('AdditionalInformation')}}
{{ __('Primary Image').__('Accept: JPG,PNG,SVG')}}
{{ __('Image Gallery Image').__('Accept: JPG,PNG,SVG')}}
{{ __('Image 2')}}
{{ __('Image 3')}}
{{ __('Image 4')}}
{{__('Status')}}
{{__('Featured Product')}}
{{__('Best Selling')}}
{{__('On Sale')}}
{{__('New Arrival')}}
{{ __('Add')}}
{{langString('fr', false).':'}}
{{ __('Product Name')}}
{{ __('Product Slug')}}
{{ __('About')}}
{{ __('Description')}}
{{ __('AdditionalInformation')}}
@push('post_scripts') @endpush @endsection