@extends('admin.client_view') @section('content')
| {{__("Land By Sales Name")}} | {{__("Sales Plan")}} | {{__("Total Sales Plan Amount")}} | {{__("Percentage")}} | {{__("Agency Commission amount")}} |
|---|---|---|---|---|
| {{$commission->landBySale->name}} | {{$commission->distribution->salesPlan->name}} | {{number_format($commission->amount,0)}} | {{$commission->percentage * 100 }} % | {{number_format($commition_amount,0)}} |