@extends('web.layouts.layout') @section('container_content') Loops Current loops @foreach($currentLoops as $userLoop) {{ $userLoop['month'] }} @endforeach previous loops @foreach($prevLoops as $userLoop) {{ $userLoop['month'] }} @endforeach @if($currentLoop && $currentLoop['month']) {{ date('F Y') }} {{ $currentLoop['month'] }} remaining to close D : H : M : S @endif @endsection @section('container_js') @if($currentLoop && $currentLoop['end_date']) @endif @endsection
remaining to close