@extends('core::email') @section('content')

This is to remind you that the event {{ $name }} is about to start.

{{ $name }}

Event Start {{ $start }}
Event End {{ $end }}
Creator {{ $creator }}
Participants @foreach($participants as $participant) {{ $participant }}
@endforeach
{!! $description !!}
@stop