@extends('admin.include.main') @section('content')
| ID | Staff Name | Type | Position | Mobile | Address | Salary | Status | Action |
|---|---|---|---|---|---|---|---|---|
| {{$staffs['st_id']}} | {{$staffs['staff_name']}} | {{$staffs['staff_type']}} | {{$staffs['staff_position']}} | {{$staffs['staff_mobile']}} | {{$staffs['staff_address']}} | {{$staffs['staff_salary']}} | {{-- {{$staffs['staff_status']}} --}} @if($staffs['staff_status']=='active') active @else inactive @endif |