@if(count($cattleCosts) == 0)
| {{__('commons.sl')}} | {{__('commons.date')}} | {{__('commons.cost')}} | {{__('commons.action')}} |
|---|---|---|---|
| {{ $serial++ }} | {{ date('M, Y', strtotime($cattleCost->date)) }} | {{ $cattleCost->cost }} | @if (App\Helpers\CommonHelper::isCapable('cattle.destroyCost')) @endif |
| {{ $totalCost }} | |||