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

Manage Position All Position Types

Position List

@foreach ($enums as $key => $enum) @endforeach
# Position Type Value Action
{{ $key + 1 }} {{ ucwords(str_replace('_', ' ', $enum->value)) }} {{ $enum->value }} Manage
@endsection