{{-- Back --}}
reply
{{-- Validation Errors --}} @if ($errors->any())
@endif
{{-- FORM --}}
Edit Recipe Category
{{-- Validation Errors --}} @if ($errors->any())
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach