@if (session()->has('success'))
{{-- add div with internal stlye of 60vh and overflow-y: scroll --}}
{{ session('success') }}
@elseif(session()->has('error'))
{{ session('error') }}
@endif
@yield('main')