@extends('layout.admin') @section('css') @endsection @section('content')

Manage {{ ucwords(str_replace('_', ' ', $positionType->value)) }} Position

@csrf
    @foreach ($tags as $index => $tag)
  • {{ $index + 1 }} ID: {{ $tag->id }} | {{ $tag->name }}
  • @endforeach
@endsection @section('js') @endsection