@extends('backend.layout.master') @section('title','Tag-page') @section('content')

Tags

Tags
@foreach($getTagsList as $list) @endforeach
S.No Category Name Slug Create at Updated at Actions
S.No Category Name Slug Create at Updated at Actions
{{$num++}} {{$list->name}} {{$list->slug}} {{$list->created_at}} {{$list->updated_at}}
`
@endsection @include('backend.partials.tagModel') @section('script') @endsection