@extends('layout.backend.main');
@section('page_content')
| Id | Position Name | Department Name | Status | Salary | Description | Action |
|---|---|---|---|---|---|---|
| {{ $position->id }} | {{ $position->name }} | {{ $position->department_id }} | {{ $position->statuses_id }} | {{ $position->salary }} | {{ $position->description }} |