@extends('admin.layouts.master') @section('title','Create new product | ') @section('body')
{{__("Create new product")}}
@csrf
({{__("This tax % will add in given price.")}})
{{__("Please select product thumbnail")}}
{{__("Please select product hover thumbnail")}}
{{__("Multiple images can be choosen")}}


Toggle the product status


Toggle to allow free shipping on product.


Toggle to allow product is featured.


Toggle to allow product cancellation on order.


Toggle to allow COD on product.

(Please choose an option that return will be available for this product or not)
{{__("Back")}}
@endsection @section('custom-script') @endsection