@extends('layouts.admin') @section('title', 'Blog Tags') @section('header', 'Blog Tags') @section('content')

Add Tag

@csrf

All Tags

@forelse($tags as $tag) @csrf @method('PUT') @empty @endforelse
Name Slug Actions
@csrf @method('DELETE')
No tags found
@endsection