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

{{translate("Create Product")}}

@csrf
{{translate('Product Basic Information')}}
{{translate("Enter product slug")}}
{{translate("Product Gallery")}}
{{translate('Image Size Should Be')}} {{file_path()['digital_product']['featured']['size']}}
{{translate("Product Stock")}}
{{translate("Product Taxes")}}
@foreach ($taxes as $tax)
@endforeach
{{translate("User Information")}}
{{translate("Meta Data")}}
{{translate("Product Categories")}}
@endsection @push('script-include') @endpush @push('script-push') @endpush