@extends('layouts.app') @section('title', 'Reports') @section('page-title', 'Reports & Analytics') @section('content')
| Date | Total | Sent | Received |
|---|---|---|---|
| {{ \Carbon\Carbon::parse($day->date)->format('M d, Y') }} | {{ $day->total }} | {{ $day->sent }} | {{ $day->received }} |
| No data for this period | |||