@extends('mail.layouts.crewli') @section('title') Update over je aanmelding @endsection @section('content')
Beste {{ $person->first_name }},
Helaas hebben we je aanmelding voor {{ $event->name }} niet kunnen goedkeuren.
@if($reason)Reden: {{ $reason }}
@endifNeem contact op met de organisatie als je vragen hebt.
@endsection