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