@extends('admin.layouts.content') @section('content')
# | Bulletin Type | Message | Created At | Action | ||
---|---|---|---|---|---|---|
{!! $bulletin->id !!} | {!! optional($bulletin->header)->name !!} | {!! nl2br($bulletin->message) !!} | {!! $bulletin->created_at->format('F d, Y h:i A') !!} | |||
No record(s) found. |