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