Earthquake Update

@if(!count($data['latest_eq']))
No updates found.
@else
@foreach($data['latest_eq'] as $eq) @endforeach

{!! nl2br($eq->bl_message) !!}

@endif

Weather Update

@if(!count($data['latest_wb']))
No updates found.
@else
@foreach($data['latest_wb'] as $wb) @endforeach

{!! nl2br($wb->bl_message) !!}

@endif

Tropical Cyclone Update

@if(!count($data['latest_tc']))
No updates found.
@else
@foreach($data['latest_tc'] as $tc) @endforeach

{!! nl2br($tc->bl_message) !!}

@endif