@hasSection('page_heading')
@endif
@yield('content')
@yield('page_heading')
@endif @if (session('status')){{ session('status') }}
@endif
@if ($errors->any())
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach