Profile

@if (session('status') != '') @endif
Profile

{{ auth()->user()->name }}

{{ auth()->user()->email }}

{{-- validation error --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Profile Details
Full Name
{{ auth()->user()->name }}
Email
{{ auth()->user()->email }}
Phone
{{ auth()->user()->phone_number }}
Username
{{ auth()->user()->username }}
Address
{{ auth()->user()->street ?? ' ' }}, {{ auth()->user()->city ?? ' ' }}, {{ auth()->user()->state->name ?? ' ' }} {{ auth()->user()->postcode ?? ' ' }}
Profile
Uploading profile... Please wait.