@extends('emails.email') @section('content')

Hi {{\Illuminate\Support\Str::words($fullName,1,'')}}!

Your attendance for the date {{$date}} has been marked.

@stop @section('callToAction') @stop