@extends('layouts.admin') @section('title', 'Admin Dashboard') @section('page_heading', 'Dashboard') @section('content')
Categories
{{ \App\Models\Category::count() }}
Services
{{ \App\Models\Service::count() }}
Invoices
{{ \App\Models\Invoice::count() }}
Portfolios
{{ \App\Models\Portfolio::count() }}

Welcome to the admin area

Use the sidebar to move between modules and manage content quickly.

@endsection