@php
$google_bid=$payment->google_bid??[];
$totalFee=0;
foreach ($google_bid as $item){
$totalFee+= intval(($item['google_bid_fee']??0));
}
$all_price = $payment->bid_give_fee + $totalFee;
@endphp
@foreach($google_bid as $key=>$item)
@if($key>0)
@endif
@endforeach