@extends('merchant.layout') @section('title',__('Create product')) @section('css') @endsection @section('breadcrump')

{{ __('Products') }}

@endsection @section('content')

{{ __('Create product') }}

@csrf @include('merchant.pages.products._form')
@endsection @section('scripts') @include('merchant.pages.products.product_js') @endsection