{{-- A good traveler has no fixed plans and is not intent upon arriving. --}}
@if (session('error'))
{{ session('error') }}
@endif @if (session()->has('message'))
{{ session('message') }} {{--

Note: This page will redirect in 2 seconds.

--}}
@endif