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

Add Product

Back to Products
@if($errors->any())
@endif
@csrf
Cancel
@endsection