@extends('admin.layouts.app') @section('title', 'Admin Dashboard') @section('page-title', 'Admin Dashboard') @section('page-subtitle', 'Portfolio overview') @section('content')

Welcome back, Shamsur.

Manage project highlights, review portfolio activity, and keep your Software Engineer profile ready for clients.

Your published project records feed the homepage and complete projects page.

Manage Projects
Published Projects
{{ $activeProjectCount }}
Live
Publications
{{ $publishedPublicationCount }}
Published
Core Services
7
Visible
Portfolio Status
Active
Online

Featured Portfolio Items

The first three published projects by sort order.

Manage
@forelse ($featuredProjects as $project) @empty @endforelse
Project Stack Status
{{ $project->name }} thumbnail

{{ $project->name }}

{{ str($project->description)->limit(54) }}
{{ collect($project->technologies)->take(2)->join(', ') }} Published
No published projects found.

Portfolio Checklist

DoneResponsive public portfolio
DoneDatabase project catalogue
DoneProject CRUD management
NextDatabase-backed admin authentication
@endsection