@extends('layouts.app') @section('content')
| Tier Name | From (units) | To (units) | Price Per Unit |
|---|---|---|---|
| {{ $tier->name }} | {{ $tier->min_units }} | {{ $tier->max_units }} | {{ number_format($tier->price_per_unit, 2) }} |
No tiers assigned to this group yet.
@endif| Client Name | Account No |
|---|---|
| {{ $client->name }} | {{ $client->account_number }} |
No clients assigned to this group yet.
@endif