@extends('admin/layout') @section('header') @endsection @section('content')
合同金额与套餐金额相同,没有折扣优惠、赠送等算全签单
@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
@endsection @section('footer') @endsection