@extends('admin.layout.master') @section('home')
Notification List

@isset($notifications) @foreach ($notifications as $key=>$notification) @endforeach @endisset
# Code Subject Body Attachments Link Send Receivers
{{$key+1}} {{$notification->code}} {{$notification->subject}} {{$notification->body}} @if($notification->attachments)See Attachment@endif @if($notification->link)Follow Link@endif {{$notification->created_at->diffForHumans()}} Receivers {{$notification->get_receivers_count}}
@endsection