@extends('layouts.app') @section('content')
Tag Management
@can('update-category', auth()->user()) Add Tag @endcan
@include('components.alert')
@foreach ($tags as $tag) @endforeach
Name Creation Date Action
{{ $tag->name }} {{ $tag->created_at }} @can('update-category', auth()->user())
@csrf
@endcan
@include('layouts.footers.auth.footer')
@endsection @push('js') @endpush