@foreach($notifications as $notification)
{{ucwords($notification['type'])}} {{$notification['relatedId']}}
{{$notification['content']}}
{{date('d/m/Y H:i:s', strtotime($notification['updated_at']))}}
@endforeach