@extends('layouts.member-app') @push('head-script') @endpush @section('page-title')

Detail Resident

@endsection @section('content')

{{ ucwords($client->name) }}
tes

{{--

last login

--}}
@lang('modules.employees.fullName')

{{ $client->name }}

@lang('app.email')

{{ $client->email }}

Password

{{$client->ppassword}}

@lang('app.mobile')

{{$client->mobile}}

Last Login

{{ $client->last_login }}

Gender

{{ $client->gender }}

Family Relationship

{{$client->family_relationship}}

Agree TNC

@endsection @push('footer-script') @endpush