JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrPKCZo8 TestMail.phpnu[markdown('email.test_mail')->subject('Nice Subject - '.env('APP_NAME')); } } PKCZ`PromotionSend.phpnu[promotion = $promotion; } /** * Build the message. * * @return $this */ public function build() { return $this->view('email.promotion_send')->with('promotion', $this->promotion)->subject('Ragarding to job promotion congratulation letter.'); } } PKCZ@ResignationSend.phpnu[resignation = $resignation; } /** * Build the message. * * @return $this */ public function build() { return $this->view('email.resignation_send')->with('resignation', $this->resignation)->subject('Ragarding to resignation letter.'); } } PKCZ?TerminationSend.phpnu[termination = $termination; } /** * Build the message. * * @return $this */ public function build() { return $this->view('email.termination_send')->with('termination', $this->termination)->subject('Ragarding to termination letter.'); } } PKCZ"HSxxWarningSend.phpnu[warning = $warning; } /** * Build the message. * * @return $this */ public function build() { return $this->view('email.warning_send')->with('warning', $this->warning)->subject('Ragarding to warning letter.'); } } PKCZO!LeaveActionSend.phpnu[leave = $leave; } /** * Build the message. * * @return $this */ public function build() { return $this->view('email.leave_action_send')->with('leave', $this->leave)->subject('Ragarding to approval letter to approve or reject a vacation or leave.'); } } PKCZS{{TicketSend.phpnu[ticket = $ticket; } /** * Build the message. * * @return $this */ public function build() { return $this->view('email.ticket_send')->with('ticket', $this->ticket)->subject('Ragarding to employee ticket generated.'); } } PKCZ |UTransferSend.phpnu[transfer = $transfer; } /** * Build the message. * * @return $this */ public function build() { return $this->view('email.transfer_send')->with('transfer', $this->transfer)->subject('Ragarding to transfer letter to be issued to an employee from one location to another.'); } } PKCZ\3]] TripSend.phpnu[trip = $trip; } /** * Build the message. * * @return $this */ public function build() { return $this->view('email.trip_send')->with('trip', $this->trip)->subject('Ragarding to trip letter.'); } } PKCZ.C AwardSend.phpnu[award = $award; } /** * Build the message. * * @return $this */ public function build() { return $this->view('email.award_send')->with('award', $this->award)->subject('Ragarding to award letter to recognize an employee.'); } } PKCZRwUserCreate.phpnu[user = $user; } /** * Build the message. * * @return $this */ public function build() { return $this->markdown('email.user_create')->subject('Login details - ' . env('APP_NAME'))->with('user', $this->user); } } PKCZ -PayslipSend.phpnu[payslip = $payslip; } /** * Build the message. * * @return $this */ public function build() { return $this->view('email.payslip_send')->with('payslip', $this->payslip)->subject('Your ' . date('M Y',strtotime($this->payslip->salary_month)). ' payslip is generated.'); } } PKCZeeCommonEmailTemplate.phpnu[template = $template; $this->settings = $settings; $this->mailTo = $mailTo; } /** * Build the message. * * @return $this */ public function build() { return $this->from($this->settings['mail_from_address'], $this->settings['mail_from_name'])->markdown('email.common_email_template')->subject($this->template->subject)->with('content', $this->template->content); } }PKCZ0LComplaintsSend.phpnu[complaints = $complaints; } /** * Build the message. * * @return $this */ public function build() { return $this->view('email.complaints_send')->with('complaints', $this->complaints)->subject('Ragarding to job complaints letter.'); } } PKCZo8 TestMail.phpnu[PKCZ`UPromotionSend.phpnu[PKCZ@3ResignationSend.phpnu[PKCZ?TerminationSend.phpnu[PKCZ"HSxx WarningSend.phpnu[PKCZO! LeaveActionSend.phpnu[PKCZS{{TicketSend.phpnu[PKCZ |UCTransferSend.phpnu[PKCZ\3]] >TripSend.phpnu[PKCZ.C AwardSend.phpnu[PKCZRwUserCreate.phpnu[PKCZ -kPayslipSend.phpnu[PKCZee^!CommonEmailTemplate.phpnu[PKCZ0L %ComplaintsSend.phpnu[PKb'