@extends('backend.layouts.app') @section('title', 'Tags') @push('styles') @endpush @section('content')
add CREATE

TAG LIST

@foreach( $tags as $key => $tag ) @endforeach
SL. Name Post Count Slug Action
SL. Name Post Count Slug Action
{{$key+1}} {{$tag->name}} {{$tag->posts->count()}} {{$tag->slug}} edit
@endsection @push('scripts') @endpush