@extends('admin.layouts.resource-layout') @section('title')

Табель свод архив

@endsection @section('resource-content')
@foreach($listArchiveMonth as $month) {{ $month->format('m.Y') }} >  @endforeach

@if($items->isNotEmpty()) @endif
@if($items->isNotEmpty()) @foreach($dates as $date) @endforeach @foreach ($items as $item) @foreach($dates as $date) @php $statistic = $item->statistics()->where('date', $date->format('Y-m-d'))->first() @endphp @endforeach @endforeach
Фио{{ $date->format('d.m') }}
{{ $item->title ?? '' }}{{ $statistic ? $statistic->count : '' }}
@endif
@endsection