# Company Name: {{ $company->name }}
## Status: {{$company->review_status}}
## Note:
@if($company->review_status->value === "approved")
### Congratulations! The company you applied for has passed the background review.This audit is valid until :{{$company->exp_date}}
Initialize the account information as follows:
name: {{$user->name}}
username: {{$user->username}}
password: admin@#123
@else
Your company application was not approved.
@endif
Thanks,
[Go to login]({{config('app.url')}})
From {{ config('app.name') }}