Toast Header
5 mins ago
×
Some text inside the toast body
@if (count($errors->all()) > 0)
Error!
just now
×
Please check the form below.
@endif @if ($message = Session::get('success'))
Success!
just now
×
{!! $message !!}
@endif @if ($message = Session::get('error'))
Error!
just now
×
{!! $message !!}
@endif @if ($message = Session::get('warning'))
Warning!
just now
×
{!! $message !!}
@endif @if ($message = Session::get('info'))
Information!
just now
×
{!! $message !!}
@endif