@extends('admin.layouts.master') @push('css') @endpush @section('page-title') @include('admin.components.page-title',['title' => __($page_title)]) @endsection @section('breadcrumb') @include('admin.components.breadcrumb',['breadcrumbs' => [ [ 'name' => __("Dashboard"), 'url' => setRoute("admin.dashboard"), ] ], 'active' => __("Push Notification")]) @endsection @section('content')
| {{ __("titleS") }} | {{ __("Body") }} | {{ __("Time") }} | |
|---|---|---|---|
|
|
{{ Str::words($item->message->title,5,"...") ?? "" }} | {{ Str::words($item->message->body,10,"...") ?? "" }} | {{ $item->created_at->format("Y-m-d h:i A") }} |