@extends('client.layouts.content') @section('content')
{{ $type->name }} ({{ count($bulletins) }})
Year
Month
@forelse($bulletins as $bulletin) @empty @endforelse
{!! nl2br($bulletin->message) !!}
@include('client.components.weather') @include('client.components.earthquake') @include('client.components.cyclone')
@endsection