@extends('web.layouts.layout') @section('container_content')

Profile

Remaining to collect
  • 0D :
  • 0H :
  • 0M :
  • 0S
Joined Loops
@php $i = 0; @endphp @foreach($loops as $loopDetails) @php if(++$i > 3) break; @endphp {{ date('M', strtotime($loopDetails['loop']['date'])) }} @endforeach
@if(count($loops) > 3)
+({{ count($loops)-3 }})
@endif

{{$phone ?? '050025453'}}

@endsection @section('container_modals') @endsection @section('container_js') @if($nearestEncashmentMonth) @endif @endsection