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