@extends('tenant.layouts.ranking') {{--Tilte Section--}} @section('title', 'My Profile') {{--Style Section--}} @section('style') @endsection {{--Content Section--}} @section('content')
| Mobile | |
|---|---|
| {{ Auth()->user()->mobile}} | {{ Auth()->user()->email}} |
| Username | Created Date |
|---|---|
| {{ Auth()->user()->username}} | {{ Auth()->user()->created_at->format('Y-m-d')}} |
| Login Date | --}} {{--Account | --}}
|---|---|
| {{ Auth()->user()->created_at->format('Y-m-d')}} | --}} {{--{{ Auth()->user()->mobile}} | --}}