@extends('admin.layout.master') @section('content')

Paypal Process Response Save By Date

@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }} ×

@endif @endforeach
Pending Process Count:
{{ $totalProcessPending ?? 0 }}
Last Updated:
{{ !empty($lastUpdatedProcess) ? \Carbon\Carbon::parse($lastUpdatedProcess->updated_at)->format('d-M-Y H:i:s') : 'N/A' }}
@endsection