@extends('layouts.main') @section('title') Product Create @endsection @section('content')
@csrf @include('product.partials.form')
 Cancel
@endsection @section('scripts') @endsection