@yield('page-header')
@if (count($errors) > 0)
@endif
@yield('content')
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach