@extends('layouts.app') @section('content')

{{ ucfirst($notification->subject)}}

Posted By Admin - {{ date('d, M Y, h:i A',strtotime($notification->created_at))}}
user

{{ ucfirst($notification->subject)}}

{!! $notification->text !!}


@if(count($notificationdocs) > 0)

Files

@foreach($notificationdocs as $item)

Added By Admin on {{date('d-M-y',strtotime($item->created_at))}}

@endforeach @endif
@endsection