@extends('app') @section('content') Edit Product

Edit PRODUCT

@if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif
Cancel
@endsection