Payment Management
| # | Type | Trip | Min KM | Max KM | Min Weight | Max Weight | Driver Amount | Helper Amount | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $pay->type }} | {{ $pay->trip }} | {{ $pay->km_min }} | {{ $pay->km_max }} | {{ $pay->weight_min }} | {{ $pay->weight_max }} | {{ $pay->driver_amount }} | {{ $pay->helper_amount }} |
@include('masterfiles.components.edit_paymentcon')
|