@extends('admin.layouts.app') @section('crumb') @endsection @section('content')
{{--
--}}
@adminCan('push_notification.create') Push Notification @endadminCan
@if(count($notifications)) @foreach ($notifications as $notification) @endforeach @else @endif
Ref title body Created At Actions
{{ $loop->iteration }} {{ $notification->getTitle() }} {{ $notification->getMessage() }} {{ $notification->getCreatedAt() }} Actions
no data found
{{ $notifications->links() }}
@endsection