{{ session('status') }}
@endif
@if($errors->any())
Error!
@foreach($errors->all() as $error)
@endif
{{ $slot }}
{{ $error }}
@endforeach