@extends('layouts.welcomelayouts.app') @section('title') Dashboard | subtitle @endsection @section('SEO') @endsection @push('css') @endpush @section('contents')
@include('users.include.sidebar')

My Profile Details

Personal Profile Edit Profile Change password

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

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

Phone: {{Auth::user()->mobile}}

Profile: Verified

Shipping Address

Address: {{Auth::user()->address}}

Zip-Code: {{Auth::user()->zipcode}}

City: {{Auth::user()->city}}

District: {{Auth::user()->state}}

Country: Bangladesh

@include('alerts.alerts')

My Recent Order

@if(Auth::user()->orders()->where('order_for', 'product')->count())