@extends('adminlte::page') @section('title', 'Officers Management') @section('content_header')
| Photo | Name | Rank | Badge Number | Station | Actions | |
|---|---|---|---|---|---|---|
@if($officer->profile_picture)
@endif
|
{{ $officer->name }} | {{ $officer->rank ?? 'N/A' }} | {{ $officer->badge_number ?? 'N/A' }} | @if ($officer->station) {{ $officer->station->name }} @else Not Assigned @endif | {{ $officer->email }} | |
| No officers found. | ||||||