@extends('layout.admin') @section('css') @endsection @section('content') Manage {{ ucwords(str_replace('_', ' ', $positionType->value)) }} Position Position List Manage {{ ucwords(str_replace('_', ' ', $positionType->value)) }} Add at Position: @for ($i = 1; $i <= count($tags) + 1; $i++) Pos {{ $i }} @endfor Search Content: Add Item @csrf Max Content: @foreach ($tags as $index => $tag) {{ $index + 1 }} ID: {{ $tag->id }} | {{ $tag->name }} @endforeach @endsection @section('js') @endsection