@extends('layout.app') @section('content')

Create Product

List
@csrf @include('products.form')
@endsection