@extends('master') @section('head')
#
Soort
Van
Ontvangen op
{{ count($messages) - $key }}
{{ ucfirst($message->type) }}
{{ $message->creator->name or 'Bezoeker' }} @if (count($notifications) && $notifications->where('request_type', $message->type)->contains('request_id', $message->id)) Nieuw bericht @endif
@if(count($message->messages)){{ $message->messages->last()->created_at->format('d-m-Y') }}
@else{{ $message->created_at->format('d-m-Y') }}
@endifLuuk
Belinda