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

{{translate("Create Product")}}

@csrf
{{translate('Product Basic Information')}}
{{translate("Please Enter a product title")}}
{{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') }}

{{translate("Product Taxes")}}
@foreach ($taxes as $tax)
@endforeach
{{translate("Meta Data")}}
{{translate("Product Categories")}}
{{translate("Product Brand")}}
{{translate("Product Warranty Policy")}}

{{translate("Add warranty policy of product")}}

{{translate("Product Shipping Configuration")}}
@endsection @push('script-include') @endpush @push('script-push') @endpush