@extends('merchant.layout')
@section('title',__('Create product'))
@section('css')
@endsection
@section('breadcrump')
{{ __('Products') }}
- {{__('Home')}}
- {{__('Products')}}
- {{__('Create product')}}
@endsection
@section('content')
@endsection
@section('scripts')
@include('merchant.pages.products.product_js')
@endsection