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

Add New Product

@if ($errors->any())
Error!
@endif
@csrf
Name:
Description:
Price:
@endsection