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

No Body Weights Available!

@else @php($serial = 1) @foreach($cattleWeights as $cattleWeight) @endforeach
{{__('commons.sl')}} {{__('commons.date')}} {{__('commons.weight')}} {{__('commons.action')}}
{{ $serial++ }} {{ $cattleWeight->date }} {{ $cattleWeight->weight }} @if (App\Helpers\CommonHelper::isCapable('cattle_weights.destroy')) @endif
@endif