@extends('layouts.admin')
@section('title', 'Production Hubs')
@section('admin_content')
Manage Infrastructure
Industrial facilities and green initiatives.
Add Facility
| Facility |
Category |
Order |
Status |
Actions |
@forelse($hubs as $hub)
@if($hub->image)
 }})
@else
@endif
{{ $hub->title }}
{{ $hub->category }}
|
{{ $hub->category }}
|
#{{ $hub->order }} |
{{ $hub->status ? 'Active' : 'Inactive' }}
|
|
@empty
| No facilities found. |
@endforelse
@endsection