@include('emails.common.header') @component('emails.common.table') @component('emails.common.td') @component('emails.common.p') Hello {{$candidate->first_name }}, @endcomponent @component('emails.common.p') It’s a new day! @endcomponent @component('emails.common.p') We trust you are well prepared for your first day at {{$job->company->name}}. @endcomponent @component('emails.common.ul') Tips for your first days at work:
  • Ask well timed questions
  • Don’t be the last one in or the first one out
  • Learn the office by observing your colleagues behaviour
  • Pay attention to people’s routines
  • Get to know everyone
  • Send a status update at the end of the week
  • Seek out a friend
  • Ask your line manager what their expectations of you are
  • @endcomponent @component('emails.common.p') Keep in contact and let us know how you are getting on. @endcomponent @component('emails.common.td') @component('emails.common.telent-advices-footer') @slot('name') {{ $job->recruiter->present()->name }} @endslot @slot('email') {{ $job->recruiter->email }} @endslot @slot('mobile') {{ $job->recruiter->mobile }} @endslot @slot('url') @if($job->recruiter->profiles && $job->recruiter->profiles->linkedin_profile) {{ $job->recruiter->profiles->linkedin_profile }} - Let's connect
    @endif @endslot @endcomponent @endcomponent @endcomponent @endcomponent @include('emails.common.footer')