@if(count($cattleCosts) == 0)

No Costs Available!

@else @php($serial = 1) @foreach($cattleCosts as $cattleCost) @endforeach
{{__('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 }}
@endif