Personal Info
{{ $user->firstname }}
{{ $user->lastname }}
{{ $user->email }}
{{ $user->phone }}
{{ date('d M, Y', strtotime($user->dob)) }}
{{ ucfirst($user->marital_status) }}
{{ ucfirst($user->gender) }}
{{ ucfirst($user->nationality) }}
{{ ucfirst($user->address) }}
{{ ucfirst($user->city) }}
{{ ucfirst($user->country) }}
{{ ucfirst($user->postcode) }}