@extends($layout_path) @section('title', $app_setting['name'] . ' | ' . __('Profile')) @section('header-title')
{{ auth()->user()->email }}
{{ auth()->user()->email }}
{{ auth()->user()->phone }}
{{ auth()->user()->gender ?? 'N/A' }}
{{ \Carbon\Carbon::parse(auth()->user()->birthday)->format('d M, Y') }}