@include('emails.common.header') @component('emails.common.table') @component('emails.common.td') @component('emails.common.p') Hello {{$details->contactusers->first_name}}, @endcomponent @component('emails.common.p') Country: {{ $details->countries->name }}
Franchise Type: {{ ucwords(str_replace('_',' ',$details->franchise_type)) }}
Period in Review: {{ $datePeriod['startDate'] }} - {{ $datePeriod['endDate'] }} @endcomponent @endcomponent @component('emails.common.td') @component('emails.common.p') Candidate Activity: @endcomponent @component('emails.common.ul')
  • Registered Candidates: {{ $candidateActivity['candCount'] }}
  • Cumulative Registered Candidates: {{ $candidateActivity['cumCandCount'] }}
  • Job Applications: {{ $candidateActivity['jobAppCount'] }}
  • Job Application Feedback: {{ $candidateActivity['jobAppFeedBackCount'] }}
  • @endcomponent @endcomponent @component('emails.common.td') @component('emails.common.p') Candidate Engagement: @endcomponent @component('emails.common.ul')
  • Screening Interviews Booked: {{ $candEngaged['booked'] }}
  • Screening Interviews Conducted: {{ $candEngaged['conducted'] }}
  • Screening Interviews Cancelled: {{ $candEngaged['cancelled'] }}
  • @endcomponent @endcomponent @component('emails.common.td') @component('emails.common.p') Client Activity: @endcomponent @component('emails.common.ul')
  • Client Companies Added: {{ $clientAct['company'] }}
  • Client Contacts Added: {{ $clientAct['contact'] }}
  • Jobs Posted: {{ $clientAct['job'] }}
  • @endcomponent @endcomponent @component('emails.common.td') @component('emails.common.p') Client Engagement: @endcomponent @component('emails.common.ul')
  • Companies Engaged: {{ $clientEng['companyEngaged'] }}
  • Candidates Presented: {{ $clientEng['candidatePresented'] }}
  • Positions Submitted: {{ $clientEng['positionSubmitted'] }}
  • Interviews Conducted: {{ $clientEng['interviewConducted'] }}
  • Positions Interviewed: {{ $clientEng['positionInterviewed'] }}
  • Interview Feedback: {{ $clientEng['interviewFeedback'] }}
  • Documents Shared: {{ $clientEng['documentShared'] }}
  • Meetings Attended: {{ $clientEng['meetingsAttended'] }}
  • Placements Made: {{ $clientEng['placementMade'] }}
  • @endcomponent @endcomponent @component('emails.common.td') @component('emails.common.secondary_footer') noQuote @endcomponent @endcomponent @endcomponent @include('emails.common.footer')