@extends('admin.layouts.app') @section('content') @push('styles') @endpush
|
{{-- --}}
|
SL.No | Staff Code | Staff Name | Role | Mobile No | Status | Action |
|---|---|---|---|---|---|---|---|
|
|
{{ $loop->iteration }} |
{{ $staff->staff_code }} |
{{ $staff->staff_name }} |
{{ $staff->role->name ?? 'Role not found' }} |
{{ $staff->staff_mobile }} |
@if($staff->staff_status == 1) Active @else InActive @endif |