@extends('layouts.admin') @section('title', 'Графік: ' . $operatorName . ' (' . strtoupper($shift) . ')') @section('page_title', 'Графік: ' . $operatorName . ' (' . strtoupper($shift) . ')') @push('head') @endpush @section('content')
| Дата | Сума ($) |
|---|---|
| {{ \Carbon\Carbon::parse($r->work_date)->format('Y-m-d') }} | {{ number_format($r->total, 2) }} |
| Разом | {{ number_format($sum, 2) }} |
| Середнє | {{ number_format($avg, 2) }} |
| Макс. | {{ number_format($max, 2) }} |
| Мін. | {{ number_format($min, 2) }} |