@extends('layouts.admin') @section('title','Норми на місяць') @section('page_title','Норми на місяць') @section('page_actions') Додати норму @endsection @push('head') {{-- Окремий адаптивний CSS --}} @endpush @section('content') {{-- ФІЛЬТРИ --}}
| Кабінет | Місяць | New | Young | Old | Spend Young | Spend Old | Day | Evening | Night | Дії |
|---|---|---|---|---|---|---|---|---|---|---|
| @if($t->cabinet?->slug) {{ $t->cabinet->slug }} — {{ $t->cabinet->name }} @else Глобально @endif | {{ $t->month->format('Y-m') }} | {{ number_format($t->new_connection_target, 2,'.',' ') }} | {{ number_format($t->young_connection_target, 2,'.',' ') }} | {{ number_format($t->old_connection_target, 2,'.',' ') }} | {{ number_format($t->spend_young_target, 2,'.',' ') }} | {{ number_format($t->spend_old_target, 2,'.',' ') }} | {{ number_format($t->day_shift_target ?? 0, 2,'.',' ') }} | {{ number_format($t->evening_shift_target ?? 0, 2,'.',' ') }} | {{ number_format($t->night_shift_target ?? 0, 2,'.',' ') }} | |
| Нічого не знайдено. | ||||||||||