TROPICAL CYCLONE UPDATES
@forelse(App\Bulletin::where('is_auto', 'Auto')->whereDate('created_at', date('Y-m-d'))->where('bulletin_type_id', 5)->orderBy('created_at', 'desc')->take(5)->get() as $eq) {!! nl2br($eq->message) !!} @if(!$loop->last)
@endif @empty @endforelse