@extends('layouts.master') @section('title', 'Tags Management') @section('css') @endsection @section('breadcrumb')

Tags Management

@endsection @section('main_content')
Ticket-star

Welcome back {{ \Illuminate\Support\Str::title(auth()->user()->first_name ?? '') }} {{ \Illuminate\Support\Str::title(auth()->user()->last_name ?? '') }} !

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

Total Blogs

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