@extends('layouts.dashboard') @section('title', 'Waste stations') @section('content')
| Name | Address | Weighbridge | Active | |
|---|---|---|---|---|
| {{ $wasteStation->name }} | {{ $wasteStation->address }} | {{ $wasteStation->has_weighbridge ? 'Yes' : 'No' }} | {{ $wasteStation->active ? 'Yes' : 'No' }} | Edit |