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

Tags Management

@php $image = auth()->user()->getFirstMedia('image'); @endphp @isset($image)
Image
@else
Image
@endisset

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