| Postcode | Distance | Price | @if ($reserves)Action | @endif
|---|---|---|---|
| {{ $postcode->postcode }} | {{ $postcode->distance }} | £{{ $postcode->price }} | @if ($reserves)@endif |
| # | Postcode | Price | @if ($reserves)Action | @endif
|---|---|---|---|
| {{ $value->id }} | {{ $value->postcode }} | £{{ $value->price }} | @if ($reserves)@endif |