{{-- Page that will be shown to users with list-user but not edit-user permission --}}
{{trans('messages.user').' '.trans('messages.card_id')}} {{ $user->card_id }} {{trans('messages.role')}}
    @foreach($user->roles as $role)
  1. {{ $role->name }}
  2. @endforeach
{{trans('messages.name')}} {{ $user->Profile->first_name }} {{trans('messages.gender')}} {{ ($user->Profile->gender) ? trans('messages.'.$user->Profile->gender) : '' }}
{{trans('messages.nric').' (SG)'}} {{ $user->Profile->unique_identification_number }} {{trans('messages.nric').' (Foreign)'}} {{ $user->Profile->foreign_identification_number }}
{{trans('messages.marital').' '.trans('messages.status')}} {{ $user->Profile->marital_status }} {{trans('messages.ethnic_group')}} {{ $user->Profile->ethnic_group }}
{{trans('messages.primary').' '.trans('messages.phone')}} {{ $user->Profile->phone }} {{trans('messages.secondary').' '.trans('messages.phone')}} {{ $user->Profile->work_phone }}
{{trans('messages.address')}} {{ $user->Profile->address_line_1.' '.$user->Profile->address_line_2}} {{trans('messages.zipcode')}} {{$user->Profile->zipcode}}