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