@extends('layouts.app') @section('title', 'Add Product') @section('content')

Add Product

@csrf @include('admin.products._form', ['product' => null])
Cancel
@endsection