@extends('tenant.layouts.ranking') {{--Tilte Section--}} @section('title', 'My Profile') {{--Style Section--}} @section('style') @endsection {{--Content Section--}} @section('content')

rate {{ Auth()->user()->full_name}} Profile

View general profile information
{{-- --}}
...
{{ Auth()->user()->full_name}}
Customer Service

Mobile Email
{{ Auth()->user()->mobile}} {{ Auth()->user()->email}}

Username Created Date
{{ Auth()->user()->username}} {{ Auth()->user()->created_at->format('Y-m-d')}}
{{-- --}} {{-- --}} {{-- --}} {{-- --}}
Login DateAccount
{{ Auth()->user()->created_at->format('Y-m-d')}}{{ Auth()->user()->mobile}}
@endsection