|
Position
|
Description
|
Status
|
Actions
|
@forelse($positions as $position)
|
{{ $position->name }}
|
{{ $position->description }}
|
@if($position->is_active)
Active
@else
Inactive
@endif
|
View
Edit
@if($position->is_active)
@else
@endif
|
@empty
|
No positions found.
|
@endforelse
{{ $positions->links() }}