@if($msg=='expired')

Invitation Expired

The invitation you received from {{$companyDetails->company_name}} has expired or is no longer valid.

Go to Home
@elseif($msg=='declined')

Invitation Declined

The invitation you received from {{$companyDetails->company_name}} has declined.

Go to Home
@elseif($msg=='accepted')

Invitation Accepted

The invitation you received from {{$companyDetails->company_name}} has successfully accepted.

Go to Home
@else

Subcontractor Invitation

You have received an invitation to collaborate on a subcontractor for this company {{$companyDetails->company_name}}.

@endif