@extends('layouts.admin') @section('content') @php $lang=app()->getLocale(); @endphp
Date & Time | Transaction ID # | PPPoE User ID | Amount Paid | Status | |
---|---|---|---|---|---|
{{$pr->created_at->format('d M Y')}} | {{$pr->transaction_id}} | {{$pr->pppoe_name}} | {{$pr->amount_paid}} | @if ($pr->status==1) Approved @elseif($pr->status==2) Declined @else Pending @endif | @if ($pr->status==0) Approve Decline Delete @endif |