@extends('layouts.simple.master') @section('title', 'Blogs Management') @section('css') @endsection @section('main_content')

Blogs Management

Good day, {{ \Illuminate\Support\Str::title(auth()->user()->first_name ?? '') }} {{ \Illuminate\Support\Str::title(auth()->user()->last_name ?? '') }}

Welcome to the Cuba ! We are glad that you have visited our dashboard.

{{ \App\Models\Category::all()->count() }}

Total Categories

{{ \App\Models\Tag::all()->count() }}

Total Tags

{!! $dataTable->table() !!}
@endsection @section('scripts') {!! $dataTable->scripts() !!} @endsection