@extends('layouts.app') @section('title', 'All Tags') {{-- custom css --}} @push('css') @endpush {{-- page connect --}} @section('content')

Manage Tags

Add Tag
@foreach ($tags as $tag) @endforeach
Name Type Used Action
{{ $tag['tag_name'] }} {{ $tag['tag_option'] ?? 'N/A' }} {{ 'N/A' }}
@endsection {{-- custom js --}} @push('js') @endpush