{{ __('Dashboard') }}

{{ __('Edit Profile') }}
Projects

{{ $projectCount }}

Total Projects

View All
Hero Sections

{{ $heroSectionCount ?? 0 }}

Total Hero Sections

Manage Hero Sections
Contacts

{{ $contactRequestCount }}

Contact Requests

View Requests
Content

About Page

Manage studio info

Edit Page

Recent Projects

View All Projects
@foreach($recentProjects as $project)
{{ $project->title }}
{{ $project->category->name }}

{{ $project->title }}

{{ Str::limit($project->description, 100) }}

{{ $project->created_at->format('M d, Y') }}
@endforeach