@extends('layouts.app') @section('title', _lang('Home-screen Notices')) @section('content')
@include('partials.alerts')| {{ _lang('Notice') }} | {{ _lang('Reads') }} | {{ _lang('Status') }} | {{ _lang('Created') }} | |
|---|---|---|---|---|
| {{ $notice->title }} {{ $notice->body }} | {{ $notice->reads_count }} | {{ $notice->active ? _lang('Active') : _lang('Off') }} | {{ $notice->created_at?->format('d M Y') }} | |
| {{ _lang('No notices yet.') }} | ||||