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

{{translate($title)}}

@csrf
{{translate('Product Basic Information')}}
{{translate("Please Enter a product title")}}
{{translate("Enter product slug")}}
@if( $openAi->status == 1) @endif
{{translate("Product Gallery")}}
{{translate('Image Size Should Be')}} {{file_path()['digital_product']['featured']['size']}}
{{translate("Product Taxes")}}
@foreach ($taxes as $tax) @php $productTax = $tax->products->first()?->pivot; @endphp
@endforeach
{{translate("User Information")}}
{{translate('Add New')}}
@if($product->custom_fileds != null) @foreach($product->custom_fileds as $key => $value)
@endforeach @endif
{{translate("Meta Data")}}
{{translate("Publish")}}
{{translate("Product Categories")}}
@php $sub_category = App\Models\Category::where('id',$product->sub_category_id)->first(); @endphp
@endsection @push('script-include') @endpush @push('script-push') @endpush