@extends('layouts.app') @section('content')

Settings

Manage your admin account credentials

@if (session('success'))

{{ session('success') }}

@endif @if ($errors->any())
@endif

Profile Information

@csrf @method('PUT')

Change Password

@csrf @method('PUT')

Required only if changing password

Account Information

User ID

#{{ $user->id }}

Created At

{{ $user->created_at->format('M d, Y') }}

Last Updated

{{ $user->updated_at->format('M d, Y') }}

@endsection