@extends('admin.layouts.app') @section('title', 'Admin Profile') @section('heading', 'Admin Profile') @section('content')
{{-- Profile Settings --}}

Profile Information

@if(session('success'))
{{ session('success') }}
@endif
@csrf
Administrator
{{ $admin->created_at->format('F d, Y') }}
{{-- Change Password --}}

Change Password

@csrf
@if($errors->any())
{{ $errors->first() }}
@endif
{{-- Admin Suggestions --}}

Suggested Admin Features

Sales Analytics

Track daily/weekly/monthly sales, revenue reports, and growth trends.

Inventory Management

Track stock levels, low stock alerts, and automatic inventory updates.

Discount Coupons

Create and manage promotional codes, percentage/fixed discounts.

Email Campaigns

Send newsletters, promotional emails to subscribers.

Live Chat Support

Real-time chat with customers for support.

Order Reports

Export orders to CSV/PDF, detailed order history.

@endsection