@extends('template.layouts.template-base') @section('title', 'PhonePe Payments') @section('styles') @endsection @section('content') Payments / PhonePe Status Download Invoice Pe PhonePe Payments Today's Collection ₹{{ number_format($stats['today_collection'], 2) }} Successful Txns {{ $stats['successful_txns'] }} Pending Settlement ₹{{ number_format($stats['pending_settlement'], 2) }} Failed Txns {{ $stats['failed_txns'] }} {{-- Filters --}} {{-- Status Tabs --}} All Payments ✅ Successful ⏳ Pending ❌ Failed 🔄 Refunded {{-- Period + Download --}} Today This Week This Month ⬇ Download Transaction ID Order ID Customer Amount Method Status Failure Reason Time Action @endsection @section('scripts') @endsection