@extends('dash.layouts.app')
@section('title')
Tag
@endsection
@section('css')
@endsection
@section('content')
# |
Title |
Slug |
Action |
@forelse($tags as $key => $tag)
{{$key+1}} |
{{$tag->title}} |
{{$tag->slug}} |
|
@empty
@endforelse
@endsection
@section('js')
@endsection