@include('emails.common.header') @component('emails.common.table') @component('emails.common.td') @component('emails.common.p') Hello {{ $meeting->owner->first_name }}, @endcomponent @component('emails.common.p') The below appointment is happening shortly. @endcomponent @component('emails.common.p') @if($meeting->type == 'external') {{ $meeting->externalMembers()->first()->Companies->name }}
Client Contact(s): {{ $meeting->contact_persons_with_position }}
@endif Meeting Title: {{ $meeting->title }}
@if($meeting->notes) Appointment Notes: {{ $meeting->notes }}
@endif Attendees: {{ $meeting->internal_team }}
Department: {{ $meeting->departments }}
Start Time: {{ date('H:i', strtotime($meeting->start_time)) }}
End Time: {{ date('H:i', strtotime($meeting->end_time)) }}
Meeting Type: {{ ($meeting->meeting_type == 'Skype') ? 'Virtual' : $meeting->meeting_type }}
Meeting Information: {{ $meeting->location }} @endcomponent @component('emails.common.p') @endcomponent @component('emails.common.p_with_ul') @slot('p') Ensure you are always on time for your appointments – use the following tips as a guide @endslot @slot('ul')
  • Ensure to take enough business cards to external appointments
  • Be prepared; if you attend you must contribute to the meeting
  • Take notes during the meeting
  • Make sure to write a summary email as soon as you return to the office
  • It is courtesy to reconfirm the meeting with your key contact around 1 hour before the meeting
  • If you are late you must inform the client of your delay
  • @endslot @endcomponent @component('emails.common.p') Come back with a way forward and clear action points. @endcomponent @endcomponent @component('emails.common.td') @component('emails.common.p') Team Empower
    {{ config('app.url')}} @endcomponent @endcomponent @endcomponent @include('emails.common.footer')