@extends('layouts.LayoutMaster') @section('content')

Create a New Product

@csrf @include('product.form')
Create
@endsection