Edit Product: {{ $product->name }}
@if($errors->any())Validation Errors
-
@foreach($errors->all() as $error)
- {{ $error }} @endforeach
{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif