@extends('Admin.layout.app') @section('title','Add Product') @section('page-title','Add Product') @section('content')

Add Product

@csrf
@error('name')
{{ $message }}
@enderror
@error('price')
{{ $message }}
@enderror
@endsection