@extends('dash.layouts.app') @section('title') Tag @endsection @section('css') @endsection @section('content')

Tag

@forelse($tags as $key => $tag) @empty @endforelse
# Title Slug Action
{{$key+1}} {{$tag->title}} {{$tag->slug}}
@csrf @method('delete')
@endsection @section('js') @endsection