@extends('layout.app') @section('title') Edit Product @endsection @push('css') @endpush @section('content')
@csrf @method('DELETE')

Edit Product

Delete product
@csrf @method('PATCH')
@error('image') {{$message}} @enderror
@endsection @push('scripts') @endpush