@include('emails.commonkua.header') @component('emails.common.table') @component('emails.common.tr') @component('emails.common.td') @component('emails.common.p') Hello {{ $agent->full_name ?? ($agent->first_name ?? 'Agent') }}, @endcomponent @component('emails.common.p') Hope you’ve had a great week! @endcomponent @component('emails.common.p') Here is your weekly performance summary for the period {{ $startDate }} – {{ $endDate }} @endcomponent @component('emails.common.p') Please find the Summary of your rejected forms: @endcomponent @component('emails.common.ul')
  • New Leads Assigned: {{ $agent->leads_count }}
  • Sales Activated: {{ $agent->activated_sales_count }}
  • Pending Leads: {{ $agent->pending_leads_count }}
  • Rejected Sales: {{ $agent->rejected_sales_count }}
  • @endcomponent @component('emails.common.p') Click this link to view more details regarding your sales activity in the past week: Click Here @endcomponent @component('emails.common.p') This summary reflects your activity and progress in the past week. Please ensure all pending leads are followed up and statuses updated in the system. Remember, consistent follow-up and clean records are key to closing more sales and earnings commissions on time. @endcomponent @component('emails.common.p') Let’s gear up for a new week and aim higher! @endcomponent @component('emails.common.p') Empowering People. Bridging Markets. Driving Growth. @endcomponent @endcomponent @endcomponent @component('emails.common.tr') @component('emails.common.td') @component('emails.commonkua.secondary_footer') {{-- noQuote --}} @endcomponent @endcomponent @endcomponent @endcomponent @include('emails.commonkua.footer')