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

Tags

@endsection @section('main_content')
@php $image = Auth::user()->getFirstMedia('image'); @endphp @isset($image) Ticket-star @else
{{ ucfirst(substr(Auth::user()?->first_name ,0, 1))}}
@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