@extends('backendTools.layouts.backend') @section('title', '站臺對帳報表') @section('header') 站臺對帳報表 @endsection @section('content')
{{ ($country == 'vn') ? '越南' : '臺灣' }}平台 | 內部對帳 | 原廠對帳 | 備註 | 搜尋時間 |
---|---|---|---|---|
{{ $item['platform'] }} | {{ $item['internalResult'] ?? 0 }} | {{ $item['providerResult'] ?? 0 }} |
@php
$id = 'collapseComment' . $loop->index;
$short = \Illuminate\Support\Str::limit($item['comment'], 20);
@endphp
{{ $short }}...
{{ $item['comment'] }}
|
{{ $item['searchTime'] }} |