@extends('layouts.app') @section('content')

Registration Report

@forelse ($data as $item) @empty @endforelse
Date No. of Activated Cards No. of Registered Members
{{ \Carbon\Carbon::parse($item['date'])->format('d-M-Y') }} {{ $item['activated'] ?? '0' }} {{ $item['registered'] ?? '0' }}
No data found.
@if ($updating)
Loading...
@endif
@endsection