@extends('backend.layout.app') @section('title' , 'account' ) @section('content')

Admin account overview

Your Account

Name {{ auth()->user()->name }}

Email {{ auth()->user()->email }}

created_at {{ auth()->user()->created_at }}

Last updated_at {{ auth()->user()->updated_at }}

Account Settings

@endsection