?
@extends('layoutsdashboard.dashboard-design', [
'webtitle' => 'Dashboard',
])
@section('content')
<!-------------------------------- user_intro ----------------------------------------->
<div class="section-banner">
<div class="container pt-5">
<div class="row g-4">
<div class="col-lg-8 col-md-6 col-sm-12">
<div class="card border-0">
<a href="#"><img class="img-fluid dsbanner1"
src="{{ url('') }}/adminassets/dsbanner.png"></a>
<a href="#"><img class="img-fluid dsbanner2"
src="{{ url('') }}/adminassets/dsbanner2.png"></a>
<div class=" card-body banner-info">
<h1>Hi ! {{ Auth::user()->name }}</h1>
<p>Member Since {{ \Carbon\Carbon::parse(Auth::user()->created_at)->format('d-M-Y') ?? '' }}</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="card border-0">
<a href="#"><img class="img-fluid dsbanner1"
src="{{ url('') }}/adminassets/sidebanner.png"></a>
</div>
</div>
<div class="container py-5">
<h1 class="mb-4 text-center">
<i class="bi bi-house-fill text-primary"></i> How to Frequently Update Your Website Homepage
</h1>
<p class="text-muted text-center mb-5">
Keep your homepage fresh and engaging by regularly updating its content. Below are the key sections you can manage from the admin panel.
</p>
<div class="list-group shadow">
<!-- Slider -->
<a href="banner-manager-help.html" target="_blank" class="list-group-item list-group-item-action d-flex align-items-start">
<i class="bi bi-images text-primary fs-3 me-3"></i>
<div>
<h5 class="mb-1">Homepage Slider</h5>
<p class="mb-1">Update promotional banners and slider images directly from the <strong>Banner Manager</strong> to keep your homepage visually attractive.</p>
<small class="text-muted">Use high-quality images for best impact.</small>
</div>
</a>
<!-- About Us -->
<a href="widgets-help.html" target="_blank" class="list-group-item list-group-item-action d-flex align-items-start">
<i class="bi bi-info-circle-fill text-success fs-3 me-3"></i>
<div>
<h5 class="mb-1">About Us Block</h5>
<p class="mb-1">Easily edit your company’s introduction in the <strong>Widgets Manager</strong>. This is where visitors get their first impression of your business.</p>
<small class="text-muted">Keep it short, updated, and impactful.</small>
</div>
</a>
<!-- Services -->
<a href="cms-manager-help.html" target="_blank" class="list-group-item list-group-item-action d-flex align-items-start">
<i class="bi bi-gear-wide-connected text-danger fs-3 me-3"></i>
<div>
<h5 class="mb-1">Services Section</h5>
<p class="mb-1">The services listed on your homepage are automatically synced from the <strong>CMS Manager</strong>. Any new service you add will reflect instantly.</p>
<small class="text-muted">Ensure your service descriptions are SEO-friendly.</small>
</div>
</a>
<!-- CTA & Why Us -->
<a href="widgets-help.html" target="_blank" class="list-group-item list-group-item-action d-flex align-items-start">
<i class="bi bi-lightbulb-fill text-warning fs-3 me-3"></i>
<div>
<h5 class="mb-1">Call-to-Action & Why Choose Us</h5>
<p class="mb-1">Customize your homepage CTAs and “Why Us” highlights from the <strong>Widgets Manager</strong>. This section helps boost conversions.</p>
<small class="text-muted">Make CTAs clear and action-oriented.</small>
</div>
</a>
<!-- Testimonials -->
<a href="testimonials-help.html" target="_blank" class="list-group-item list-group-item-action d-flex align-items-start">
<i class="bi bi-chat-left-quote-fill text-secondary fs-3 me-3"></i>
<div>
<h5 class="mb-1">Testimonials</h5>
<p class="mb-1">Share customer success stories by adding or editing testimonials in the <strong>Testimonials Manager</strong>. Builds trust and credibility instantly.</p>
<small class="text-muted">Use real stories with client consent.</small>
</div>
</a>
<!-- Blog -->
<a href="blog-manager-help.html" target="_blank" class="list-group-item list-group-item-action d-flex align-items-start">
<i class="bi bi-journal-text text-info fs-3 me-3"></i>
<div>
<h5 class="mb-1">Latest Blog Post</h5>
<p class="mb-1">Your homepage automatically displays the most recent blog from the <strong>Blog Manager</strong>. Keep publishing to stay relevant.</p>
<small class="text-muted">Fresh content improves SEO ranking.</small>
</div>
</a>
<!-- Footer -->
<a href="footer-settings-help.html" target="_blank" class="list-group-item list-group-item-action d-flex align-items-start">
<i class="bi bi-layout-three-columns text-dark fs-3 me-3"></i>
<div>
<h5 class="mb-1">Footer Details</h5>
<p class="mb-1">Edit your contact details, quick links, and social media icons in <strong>Widgets / Widget Settings</strong> to ensure accuracy.</p>
<small class="text-muted">Always keep contact info up-to-date.</small>
</div>
</a>
</div>
</div>
<div>
<div class="container py-5">
<h1 class="mb-4 text-center"><i class="bi bi-grid-3x3-gap-fill"></i> Administrator CMS Navigation Guide</h1>
<div class="row g-4">
<!-- Dashboard -->
<div class="col-md-6">
<div class="card shadow-sm border-0 h-100">
<div class="card-body">
<h5 class="card-title"><i class="bi bi-speedometer2 text-primary"></i> Dashboard</h5>
<p class="card-text">Quick overview of your CMS including activity, recent updates, and performance insights. Track logins, pending approvals, and stats in one glance.</p>
</div>
</div>
</div>
<!-- Blog Manager -->
<div class="col-md-6">
<div class="card shadow-sm border-0 h-100">
<div class="card-body">
<h5 class="card-title"><i class="bi bi-journal-text text-success"></i> Blog Manager</h5>
<p class="card-text">Create, edit, and manage blog posts with categories, tags, images, and schedules. Keep your site SEO-friendly and engaging.</p>
</div>
</div>
</div>
<!-- Manage Support -->
<div class="col-md-6">
<div class="card shadow-sm border-0 h-100">
<div class="card-body">
<h5 class="card-title"><i class="bi bi-headset text-warning"></i> Manage Support</h5>
<p class="card-text">Centralized hub for all leads coming in the website, delete the spam easily</p>
</div>
</div>
</div>
<!-- CMS Manager -->
<div class="col-md-6">
<div class="card shadow-sm border-0 h-100">
<div class="card-body">
<h5 class="card-title"><i class="bi bi-layout-text-window text-danger"></i> CMS Manager</h5>
<p class="card-text">Control and update website pages like homepage, services, and about us. Edit text, images, and layout without coding.</p>
</div>
</div>
</div>
<!-- Manage Banners -->
<div class="col-md-6">
<div class="card shadow-sm border-0 h-100">
<div class="card-body">
<h5 class="card-title"><i class="bi bi-image text-info"></i> Manage Banners</h5>
<p class="card-text">Upload and update homepage or section banners for promotions, seasonal campaigns, or brand refresh.</p>
</div>
</div>
</div>
<!-- Manage FAQ -->
<div class="col-md-6">
<div class="card shadow-sm border-0 h-100">
<div class="card-body">
<h5 class="card-title"><i class="bi bi-question-circle text-secondary"></i> Manage FAQ</h5>
<p class="card-text">Add, edit, or delete frequently asked questions. Provide instant answers and reduce repetitive queries with categories.</p>
</div>
</div>
</div>
<!-- Leadership Team -->
<div class="col-md-6">
<div class="card shadow-sm border-0 h-100">
<div class="card-body">
<h5 class="card-title"><i class="bi bi-people text-dark"></i> Leadership Team</h5>
<p class="card-text">Showcase profiles of investigators and leaders with photos, bios, and achievements to build trust and credibility.</p>
</div>
</div>
</div>
<!-- Testimonials -->
<div class="col-md-6">
<div class="card shadow-sm border-0 h-100">
<div class="card-body">
<h5 class="card-title"><i class="bi bi-chat-left-quote text-primary"></i> Testimonials</h5>
<p class="card-text">Manage client stories and feedback to highlight positive experiences and build reputation.</p>
</div>
</div>
</div>
<!-- Manage Widgets -->
<div class="col-md-6">
<div class="card shadow-sm border-0 h-100">
<div class="card-body">
<h5 class="card-title"><i class="bi bi-puzzle text-success"></i> Manage Widgets</h5>
<p class="card-text">Control add-ons like contact forms, chat tools, or social feeds. Customize placement for different pages.</p>
</div>
</div>
</div>
<!-- Manage Settings -->
<div class="col-md-6">
<div class="card shadow-sm border-0 h-100">
<div class="card-body">
<h5 class="card-title"><i class="bi bi-gear text-danger"></i> Manage Settings</h5>
<p class="card-text">Adjust global site configurations including branding, SEO, email, and security. Accessible to authorized admins only.</p>
</div>
</div>
</div>
<!-- Sitemap -->
<div class="col-md-6">
<div class="card shadow-sm border-0 h-100">
<div class="card-body">
<h5 class="card-title"><i class="bi bi-diagram-3 text-warning"></i> Sitemap</h5>
<p class="card-text">Generate and update website sitemap to ensure search engines index all key pages for stronger SEO.</p>
</div>
</div>
</div>
<!-- My Profile -->
<div class="col-md-6">
<div class="card shadow-sm border-0 h-100">
<div class="card-body">
<h5 class="card-title"><i class="bi bi-person-circle text-info"></i> My Profile</h5>
<p class="card-text">Manage your admin account details. Update personal info, password, and photo to stay secure and current.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-------------------------------- Block I ----------------------------------------->
@stop