{{-- --}}
@if (\Session::has('successToast'))
Alert
{{--
11 mins ago
--}}
{!! \Session::get('successToast') !!}
@endif @if (\Session::has('failedToast'))
Alert
{{--
11 mins ago
--}}
{!! \Session::get('failedToast') !!}
@endif @if (\Session::has('infoToast'))
Bootstrap Toasts Styles
Default
Bootstrap
11 mins ago
Fruitcake chocolate bar tootsie roll gummies gummies jelly beans cake.
@endif {{--
--}} {{--
@guest
{{ __('Login') }}
@if (Route::has('register'))
{{ __('Register') }}
@endif @else
{{ Auth::user()->name }}
{{ __('Logout') }}
@csrf
@endguest
--}} {{--
--}} @yield('content') {{--
--}} {{--
--}} {{-- --}}