@if (session('notification'))

{{ session('notification') }}

@endif @if (session('error'))

{{ session('error') }}

@endif