@extends('front.layout') @section('custom-style') @endsection @section('content')
Profile
@include('front.my-account.tabs')

Your details:

Name {{ Auth::user()->name }}
Surname {{ Auth::user()->surname }}
Your email {{ Auth::user()->email }}
Your phone @if(isset(Auth::user()->phone)) {{ Auth::user()->phone }} @else Not set @endif
Password ********** Change password
Registration {{ Auth::user()->created_at->format('d M, Y h:i a') }}
Edit Details
@endsection @section('custom-script') @endsection