@extends('layouts.simple_admin_base') @section('stylesheets') @endsection @section('content')
{{ $user->username }}
{{ $user->username }}
{{ $user->email }}
{{ $user->created_at }}
{{ $personalInformation->first_name }}
{{ $personalInformation->last_name }}
{{ $personalInformation->other_names }}
{{ $personalInformation->title ?? "N/A" }}
{{ $personalInformation->dob ?? "N/A" }}
{{ $personalInformation->marital_status ?? "N/A" }}
{{ $personalInformation->gender }}
{{ $personalInformation->identification_number }}
{{ $personalInformation->nationality }}
{{ $personalInformation->phone_number }}
{{ $personalInformation->social_security_number ?? "N/A" }}
{{ $personalInformation->residential_address ?? "N/A" }}