@extends('admin.layouts.app') @push('style-include') @endpush @section('main_content')

{{translate($title)}}

@csrf
{{translate('Product Basic Information')}}
@if( $openAi->status == 1) @endif
@if( $openAi->status == 1) @endif
{{translate("Product Gallery")}}
{{translate('Image Size Should Be')}} {{file_path()['product']['featured']['size']}}
{{translate('Image Size Should Be')}} {{file_path()['product']['gallery']['size']}}
{{translate("Product Stock")}}

{{ translate('Choose the attributes') }}

@foreach (json_decode($product->attributes_value) as $key => $value)
@endforeach
{{translate("Product Taxes")}}
@foreach ($taxes as $tax) @php $productTax = $tax->products->first()?->pivot; @endphp
@endforeach
{{translate("Meta Data")}}
{{translate("Publish")}}
{{translate("Product Categories")}}
@php $sub_category = App\Models\Category::where('id',$product->sub_category_id)->first(); @endphp
{{translate("Product Brand")}}
{{translate("Product Warrenty Policy")}}

{{translate("Add Warrenty Policy Of Product")}}

{{translate("Product Shipping Configuration")}}
shipping_fee_multiply == 1 ? 'checked' : ''}} type="checkbox" class="form-check-input" name="shipping_fee_multiply" value="1" id="status-switch" >
@include('admin.partials.ai_modal',[ "modal_title" => "Genarate Product Description", ]) @endsection @push('script-include') @endpush @push('script-push') @endpush