@extends('layouts.admin') @section('content')

充值统计

全部
全部 移动 联通
全部(不含优化) 成功 失败 掉单 状态错误 优化
-
成功充值总额/总充值总额(占比): {{ $total_amount }}/{{ $all_total_amount }}(@if ($total_amount > 0) {{ round($total_amount / $all_total_amount,2) }} @else {{0}} @endif)
成功确认总额/总确认总额(占比): {{ $confirm_amount }}/{{ $all_confirm_amount }}(@if ($confirm_amount > 0) {{ round($confirm_amount / $all_confirm_amount,2) }} @else {{0}} @endif)
列表
@foreach ($all_records as $app_id=>$all_record) @if (isset($records[$app_id])) @else @endif @endforeach
应用名称 成功订单数量/总订单数量(占比) 成功订单总额/总订单总额(占比) 成功实收总额/总实收总额(占比)
{{ $records[$app_id]->_count }}/{{ $all_record->_count }}(@if ($all_record->_count > 0) {{ round($records[$app_id]->_count / $all_record->_count,2) }} @else {{0}} @endif) {{ $records[$app_id]->_total }}/{{ $all_record->_total }}(@if ($all_record->_total > 0) {{ round($records[$app_id]->_total / $all_record->_total,2) }} @else {{0}} @endif) {{ $records[$app_id]->_confirm }}/{{ $all_record->_confirm }}(@if ($all_record->_confirm > 0) {{ round($records[$app_id]->_confirm / $all_record->_confirm,2) }} @else {{0}} @endif)
{{ 0 }}/{{ $all_record->_count }}(@if ($all_record->_count > 0) {{ round(0 / $all_record->_count,2) }} @else {{0}} @endif) {{ 0 }}/{{ $all_record->_total }}(@if ($all_record->_total > 0) {{ round(0 / $all_record->_total,2) }} @else {{0}} @endif) {{ 0 }}/{{ $all_record->_confirm }}(@if ($all_record->_confirm > 0) {{ round(0 / $all_record->_confirm,2) }} @else {{0}} @endif)
@endsection