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

Administrator Settings

Central settings for secure access, content planning, and future dashboard growth.

{{ auth()->user()->name }} {{ auth()->user()->email }}
Back To Dashboard
@if (session('status'))
{{ session('status') }}
@endif
Access

Secure access for content planning, blog updates, and future dashboard tools.

This administrator area is the foundation for managing the dashboard with confidence. It gives one protected place to review the role, organize content responsibilities, and prepare the next layer of admin features.

Administrator Profile

Identity and password

Update the administrator name, login email, and password used to secure the admin workspace.

@csrf
Site Settings

Core brand details

Control site-wide identity details like the site name, contact email, footer message, and social links.

@csrf
Content Preferences

Publishing defaults

Set the preferred featured blog post, experiment layout style, and general content presentation choices.

@csrf
Media Settings

Default upload rules

Define the default image rules and fallback asset paths for future media and upload tools.

@csrf
@endsection