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