@extends('layouts.app') @section('title', 'SSTRC STAFF') @section('content')
SSTRC STAFF
Manage all SSTRC staff in the system
| Photo | Name | Mobile | Location | Role | Status | Actions | |
|---|---|---|---|---|---|---|---|
|
@if ($ad->photo)
|
{{ $ad->name }} | {{ $ad->email }} | {{ $ad->mobile ?? '—' }} | {{ $ad->location ?? '—' }} | {{ $ad->role ? ucwords( str_replace( '_', ' ', $ad->role ) ) : '—' }} | {{ ucfirst($ad->status ?? 'active') }} |
Are you sure?