@extends('layouts.engine') @section('content')
View Profile

My Profile

You have full control to manage your own account.

Personal Information

Basic info, like your name and address, that you use on {{ config('app.name') }}.

@if(Auth::user()->profile == 3)

Your registration was rejected. Please make sure instructions are carefully followed.

@else @isset($user) @if(Auth::user()->profile == 1)
Basics
Full Name{{ $user->firstname.' '.$user->lastname }}
Display Name{{ Auth::user()->name }}
Email{{ Auth::user()->email }}
Phone Number@if($user->phone) @else Not add yet @endif
Date of Birth{{ $user->dob }}
Address {{ $user->address1.', '.$user->city.',' }}
{{ $user->state.', '.$user->country }}
@else

Your registration is pending verification.

@endif @endisset @empty($user)

You are yet to complete your registration. You will have limited access to full feature on this platform.

@endempty @endif
Preferences
LanguageEnglish (United State)
Date Formatdd M, YYYY
@endsection