@extends('layouts.app') @section('title', 'Positions') @push('styles') @endpush @section('content')
| # | Position Name | Department | Description | Created At | Actions |
|---|---|---|---|---|---|
| {{ $positions->firstItem() + $index }} | {{ $position->position_name }} | {{ $position->department->department_name }} | {{ Str::limit($position->description, 40) ?? '-' }} | {{ $position->created_at->format('d M Y') }} | |
|
No positions found |
|||||