Add New Product
@if($errors->any())Validation Errors
-
@foreach($errors->all() as $error)
- {{ $error }} @endforeach
{{ session('error') }}
@endif