@php $flashTypes = [ 'success' => 'success', 'info' => 'info', 'error' => 'error', ]; @endphp @foreach ($flashTypes as $type => $toastrType) @if (Session::get($type, false)) @php $data = Session::get($type); @endphp @if (is_array($data)) @foreach ($data as $msg)