@if (session('flash')) @foreach (session('flash') as $type => $message) @php $color = 'bg-gray-200'; if ($type == 'success') { $color = 'bg-green-500'; } @endphp