@extends('layouts.master') @section('title') Stations @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Administration @endslot @slot('title') Stations @endslot @endcomponent @if(session('success'))
| Station | Type | Area / Division | Parish | Cost Centre | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $st->name }} {{ $st->code }}@if($st->officer_in_charge)OIC: {{ $st->officer_in_charge }}@endif | {{ \App\Models\Station::STATION_TYPES[$st->station_type] ?? '—' }} | {{ $st->area?->name }}@if($st->division) / {{ $st->division }}@endif | {{ $st->parish ?? '—' }} | {{ $st->costCentre?->code ?? '—' }} | @if($st->is_active)Active@elseInactive@endif | Edit |
| No stations match. | ||||||