@extends('layouts.dashboard') @section('title', 'Bin types') @section('content')
| Name | Price | Included days | Active | |
|---|---|---|---|---|
| {{ $binType->name }} @if (! empty($binType->placeholder_fields)) placeholder @endif | ${{ number_format($binType->price, 2) }} | {{ $binType->included_hire_days }} | {{ $binType->active ? 'Yes' : 'No' }} | Edit |