@extends('layouts.simple_admin_base') @section('stylesheets') @endsection @section('content')
@include('inc.components.simple_admin.messages')
@if($personalInformation->profile_image) profile-image @else profile-image @endif
{{ $personalInformation->first_name }} {{ $personalInformation->last_name }}

{{ $user->username }}

User Information
Username

{{ $user->username }}

Email

{{ $user->email }}

Created At

{{ $user->created_at }}

Personal Information
First Name

{{ $personalInformation->first_name }}

Last Name

{{ $personalInformation->last_name }}

Other Names

{{ $personalInformation->other_names }}

Title

{{ $personalInformation->title ?? "N/A" }}

Date of Birth

{{ $personalInformation->dob ?? "N/A" }}

Marital Status

{{ $personalInformation->marital_status ?? "N/A" }}

Gender

{{ $personalInformation->gender }}

{{ $personalInformation->identification_document }}

{{ $personalInformation->identification_number }}

Nationality

{{ $personalInformation->nationality }}

Phone Number

{{ $personalInformation->phone_number }}

Social Security Number

{{ $personalInformation->social_security_number ?? "N/A" }}

Residential Address

{{ $personalInformation->residential_address ?? "N/A" }}

@endsection @section('scripts') @endsection @section('page_scripts') @endsection