@extends('backend.layouts.app') @section('content')

{{ translate('Edit Product') }}

@if ($errors->any())
@endif
@csrf
@if (addon_is_activated('pos_system'))
@endif @if (addon_is_activated('refund_request'))
@endif
{{translate('Product Images')}}
{{ translate('Browse')}}
{{ translate('Choose File') }}
{{ translate('Browse')}}
{{ translate('Choose File') }}
{{translate('Product Videos')}}
{{translate('Product price + stock')}}
@if(addon_is_activated('club_point'))
@endif
@foreach ($product->stocks->first()->wholesalePrices as $wholesalePrice)
@endforeach
' data-target=".qunatity-price"> {{ translate('Add More') }}
{{translate('Product Description')}}
{{translate('PDF Specification')}}
{{ translate('Browse')}}
{{ translate('Choose File') }}
{{translate('SEO Meta Tags')}}
{{ translate('Browse')}}
{{ translate('Choose File') }}
{{translate('Shipping Configuration')}}
@if (get_setting('shipping_type') == 'product_wise_shipping')
@else

{{ translate('Product wise shipping cost is disable. Shipping cost is configured from here') }} {{translate('Shipping Configuration')}}

@endif
{{translate('Low Stock Quantity Warning')}}
{{translate('Stock Visibility State')}}
{{translate('Cash On Delivery')}}
@if (get_setting('cash_payment') == '1')
@else

{{ translate('Cash On Delivery option is disabled. Activate this feature from here') }} {{translate('Cash Payment Activation')}}

@endif
{{translate('Featured')}}
{{translate('Todays Deal')}}
{{translate('Flash Deal')}}
{{translate('Estimate Shipping Time')}}
{{translate('Days')}}
{{translate('VAT & Tax')}}
@foreach(\App\Models\Tax::where('tax_status', 1)->get() as $tax) @php $tax_amount = 0; $tax_type = ''; foreach($tax->product_taxes as $row) { if($product->id == $row->product_id) { $tax_amount = $row->tax; $tax_type = $row->tax_type; } } @endphp
@endforeach
@endsection @section('script') @endsection