@extends('layouts.home') @section('content')

My Profile

Manage your account information and preferences

Back to Home
Profile Overview
@csrf
@if ($user->profile_picture) Profile Picture @else Profile Picture @endif

{{ Auth::user()->name }}

{{ Auth::user()->email }}

@csrf
@if (Auth::user()->customerInfo) Complete Profile @endif
{{ Auth::user()->customerInfo ? Auth::user()->customerInfo->orders->count() : 0 }}
Orders
{{ Auth::user()->created_at->format('M Y') }}
Member Since
Personal Information
@csrf
Account Information
Personal Details
Address Information
{{-- --}}
{{--
--}}
Security Settings
@csrf
Change Password
@endsection