@if(isset($rowv->customerDetail)){{$rowv->customerDetail->first_name}} {{$rowv->customerDetail->middle_name}} {{$rowv->customerDetail->sir_name}} @endif @if(isset($rowv->rate)){{$rowv->rate}}@endif @if(isset($rowv->shared)){{$rowv->shared}}@endif @if(isset($rowv->shared) && isset($row->claimRisk) ){{$rowv->rate * $row->claimRisk->sum('actual_amount') / 100}}@endif 0 0