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

Add New Product

@if ($errors->any())
Whoops! There were some problems with your input.

@endif
@csrf
Name:
Detail:

Tutorial by ItSolutionStuff.com

@endsection