今日有效訂單

{{ app('Arr')->get($performance, 'today.count') ?? 0 }}

@if(app('Arr')->get($performance, 'today.diffCountArrow') == 'up' ) {{ app('Arr')->get($performance, 'today.diffCountRate') ?? 0 }} % @elseif(app('Arr')->get($performance, 'today.diffCountArrow') == 'down' ) {{ app('Arr')->get($performance, 'today.diffCountRate') ?? 0 }}% @endif

今日有效營業額

NT $ {{ number_format(app('Arr')->get($performance, 'today.total')) ?? 0 }}

@if(app('Arr')->get($performance, 'today.diffTotalArrow') == 'up' ) {{ app('Arr')->get($performance, 'today.diffTotalRate') ?? 0 }} % @elseif(app('Arr')->get($performance, 'today.diffTotalArrow') == 'down' ) {{ app('Arr')->get($performance, 'today.diffTotalRate') ?? 0 }}% @endif

昨日有效訂單

{{ app('Arr')->get($performance, 'yesterday.count') ?? 0 }}

{{-- --}} {{-- --}}

昨日有營業額

NT $ {{ number_format(app('Arr')->get($performance, 'yesterday.total')) ?? 0 }}

{{-- --}} {{-- --}}