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

Edit Product

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