{{-- Display Error Messages --}}
@if ($errors->any())
@endif
@yield('content')
@include('admin-layouts.partials/endbar')
@include('admin-layouts.partials/footer')
Please fix the following errors:
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach