Hello {{ $user->name }},

@if($user->is_active == 1)

Your account have been activated to access the mini CRM system {{ url('admin') }}

@else

Your account have been deactivated to access the mini CRM system {{ url('admin') }}

@endif