@include('components.include.breadcumb')
@if ($errors->any())
@endif
@yield('content')
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach