@extends('backend.layouts.app') @section('content') @php CoreComponentRepository::instantiateShopRepository(); CoreComponentRepository::initializeCache(); @endphp
{{translate('Add New Product')}}
@if ($errors->any())
@endif
@csrf
{{translate('Product Information')}}
{{translate('Product Files & Media')}}
{{ translate('Browse')}}
{{ translate('Choose File') }}
{{translate('These images are visible in product details page gallery. Use 600x600 sizes images.')}}
{{ translate('Browse')}}
{{ translate('Choose File') }}
{{translate('This image is visible in all product box. Use 300x300 sizes image. Keep some blank space around main object of your image as we had to crop some edge in different devices to make it responsive.')}}
{{translate("Use proper link without extra parameter. Don't use short share link/embeded iframe code.")}}
{{ translate('Browse')}}
{{ translate('Choose File') }}
{{translate('Product Description')}}
{{translate('Product Price & Discounts')}}
{{translate('Select this option if the price is fixed')}}
{{translate('Select if the price is variable i.e: $99.99 to $119.99')}}
{{translate('Publish price later')}}
{{translate('In the place of price there will be a sticker Call for Price')}}

{{translate('Select this option if the Prepayment amount is fixed')}}
{{translate('Select if the Prepayment is only for Cash On Delivery')}}

{{translate('Select this option if the sample price is fixed')}}
{{translate('In the place of sample price there will be a sticker Call for sample Price')}}



{{translate('Use for Direct Discount on this order')}}
{{translate('Coupon Code will only provide Free Delivery')}}
{{translate('Use for other orders of this seller after final order')}}
{{translate('Assign a coupon code from the system')}}
{{translate('Specify the benefits you want to give to customers')}}
{{ translate('Browse')}}
{{ translate('Choose File') }}
{{translate('SEO Meta Tags')}}
{{ translate('Browse')}}
{{ translate('Choose File') }}
{{-- Right side --}}
{{translate('Product Settings')}}
{{translate('Refund')}}
{{translate('Club Point')}}
{{translate('Shipping')}}
{{translate('Shipping Configuration')}}
{{translate('Estimated Shipping Time')}}
{{translate('Days')}}
{{translate('Cash On Delivery')}}
{{translate('VAT & Tax')}}
@foreach($taxes as $tax)
@endforeach
{{translate('Stock & Order Display Settings')}}

{{translate('Current Stock')}}

{{translate('More Products to Preorder')}}

{{translate('This is a customised section in product description page where you can select end category or selected products as More Products to Preorder.')}}

@foreach(\App\Models\Product::take(5)->get() as $product) @endforeach

{{ translate('Image')}}

{{$product->name}}

{{single_price($product->unit_price)}}
{{$product->categories->first()->name}}
{{translate('Frequently Bought Products')}}

{{translate('This is a customised section in product description page where you can select end category or selected products as More Products to Preorder.')}}

{{-- Select Category for Frequently Bought Product --}}
@endsection @section('modal') @include('modals.product_select_modal') @endsection @section('script') @endsection