@extends('layouts.app')
@section('content')
{{-- Page Header --}}
| # | {{ __('Title') }} | {{ __('Message') }} | {{ __('Type') }} | {{ __('Sent To') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $message->title }} | {{ \Illuminate\Support\Str::limit($message->body, 50) }} | {{-- Type Badge --}}{{ $message->type }} | {{-- Sent To Badge --}}{{ count($users) }} {{ __('Users') }} | {{-- Actions --}}
|
| {{ __('No announcements found.') }} | |||||