@php // ব্লেড লেভেলে ডাটাবেজ কানেকশন হ্যান্ডেলিং if(!isset($notices) || count($notices) == 0) { $search = request('search'); $notices = \Illuminate\Support\Facades\DB::table('notices') ->when($search, function ($query, $search) { return $query->where('title', 'like', "%{$search}%") ->orWhere('published_at', 'like', "%{$search}%"); }) ->orderBy('published_at', 'desc') ->get(); } @endphp
Compose and broadcast push notifications to your users.
{{ $error }}
@endforeachManage, edit, or delete previously sent notifications.
| Image | Title | Actions | ||
|---|---|---|---|---|
|
@if(isset($notice->image) && $notice->image)
|
{{ $notice->title }} |
|
||
|
No notifications found in history. |
||||