Local Government Name
Town Name
Garbage Location
Garbage Area
Price
Status
{{-- @dd($products) --}} @foreach ($products as $value)
{{ $value->business_name }}
{{ $value->town_name }}
{{ $value->location_name }}
{{ $value->product_name }}
{{ number_format($value->product_price, 2) }}
In-Active
@endforeach