@extends('layouts.admin') @section('title','Section List') @section('content')
Office: {{ $office->name }} || Office Type: {{ $office->officeType->name ?? 'N/A' }} || District: {{ $office->district->district ?? 'N/A' }}
| # | Section Name | Status | Manage Seats | Actions | ||
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $section->name }} | @if($section->status == 1) Active @else Inactive @endif | Manage Seat | @if($section->status == 1 && $section->able_to_deactivate) @endif | ||
| No Section found. | ||||||