@extends('admin.template.master') @section('title', $title) @section('content')
{{-- --}}

Blog Tags List

@include('admin.partials.flash_message') @if(count($tag) > 0) @foreach($tag as $k=>$u) @endforeach @else @endif
S.No Title Created On Action
{{ ++$k }} {{ $u->title }} {{ Carbon\Carbon::parse($u->created_at)->format('d-M-Y H:i:s') }}  
No Data Found
S.No Title Created On Action
@endsection