@extends('layouts.admin') @section('title', 'Production Hubs') @section('admin_content')

Manage Infrastructure

Industrial facilities and green initiatives.

Add Facility
@forelse($hubs as $hub) @empty @endforelse
Facility Category Order Status Actions
@if($hub->image) @else
@endif
{{ $hub->title }} {{ $hub->category }}
{{ $hub->category }} #{{ $hub->order }} {{ $hub->status ? 'Active' : 'Inactive' }}
@csrf @method('DELETE')
No facilities found.
@endsection