@extends('Mail.EmailFormat') @section('email')
Job Credit has been added to the employer and below are the details:
| New Credit Added: | {{ $data['added_credit'] }} |
|---|---|
| Old Credit Balance: | {{ $data['old_credit'] }} |
| Current Credit Balance: | {{ $data['current_credit'] }} |
| Amount: | {{ $data['amount'] }} {{ $data['currency'] }} |
| Organization: | {{ $data['organization'] }} |
| Organization Type: | {{ $data['organization_type'] }} |
| Credit Note: | {{ $data['note'] }} |
| Date and Time: | {{ Carbon\Carbon::now()->format('d/m/Y h:i A') }} |
| Employer Email: | {{ $data['emp_email'] }} |