@include('emails.common.header')
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{$user->first_name }},
@endcomponent
@component('emails.common.p')
Empower would like to confirm following reminder.
@endcomponent
@component('emails.common.ul')
Title: {{ $reminder->title }}
Date: {{ date('d M Y', strtotime($reminder->date)) }}
Time: {{ date('H:i', strtotime($reminder->time)) }}
Description: {{ $reminder->description }}
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.secondary_footer')
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')