@extends('layouts.app') @section('linktext') @endsection @section('content')
@foreach ($lists as $key=>$list) @php $ts = strtotime($list['srok']); $start = (date('w', $ts) == 0) ? $ts : strtotime('last Monday', $ts); $week_start = date('d-m-Y', $start); $week_end = date('d-m-Y', strtotime('next Sunday', $start)); @endphp @endforeach
Неделя ({{$week}}) Объем Кол-во больших заказов {{$kolvozakaz}}
{{ $list['srok'] }} {{$key}} {{' ( '.$week_start.' - '.$week_end.' )'}} 150) style="background-color: rgba(229,36,18,0.12)" @endif >{{ $list['volume'] }} {{ $list['kolvozakaz'] }}
@endsection @section('scriptext') @endsection