@extends('layouts.app') @section('title', __('UPI Payment History Details')) @section('content') UPI Payment History Details Approved {{$approved}} Pending {{($pending)}} @component('components.filters', ['title' => __('report.filters')]) -Select Status- pending approved cancelled rejected @endcomponent @component('components.widget', ['class' => 'box-primary']) Date, Time Action By Upi Payment Verification Id Ip Address Mac Id Status Action Date Deleted At @endcomponent {!! Form::close() !!} @endsection @section('javascript') @php $asset_v = env('APP_VERSION'); @endphp @endsection