Rank Details

@if (session('error')) @endif

{{ $rank->name }}

ID
{{ $rank->id }}
Name
{{ $rank->name }}
Description
{{ $rank->description ?? 'No description provided' }}
Created At
{{ $rank->created_at->format('F j, Y g:i A') }}
Last Updated
{{ $rank->updated_at->format('F j, Y g:i A') }}

Users with this Rank

@if($rank->users->count() > 0) @else
No users with this rank.
@endif
@if($confirmingDelete)
Delete Rank

Are you sure you want to delete the rank "{{ $rank->name }}"? This action cannot be undone.

@if($rank->users->count() > 0)

Warning: This rank has {{ $rank->users->count() }} user(s) assigned. You must reassign these users before this rank can be deleted.

@endif
@endif