# 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
### Please change your password when logging in for the first time Thanks,
[Go to login]({{config('app.url').'/user/login'}})
@else ### Your company application was not approved. ### Reason for rejection: {{$rejectReason}} ### Please resubmit company information Thanks,
[Go to register]({{config('app.url').'/user/register'}})
@endif From {{ config('app.name') }}