@extends('layouts.admin') @section('title','Office List') @section('content')
| # | Name | Code | District | Type | Status | Actions | ||
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration + ($offices->currentPage() - 1) * $offices->perPage() }} | {{ $office->name }} | {{ $office->code }} | {{ $office->district?->district ?? '—' }} | {{ $office->officeType?->name ?? '—' }} |
@if($office->status)
Active
@else
Inactive
@endif
|
|||
| No offices found. | ||||||||