@extends('admin.master') @section('title', __('Transactions')) @section('content') @if(session('response'))
@endif
|
{{ __('Reference ID') }} | {{ __('Buyer') }} | {{ __('Amount') }} | {{ __('Processor') }} | {{ __('Paid') }} | {{ __('Refunded') }} | {{ __('Updated at') }} | {{ __('Actions') }} |
---|---|---|---|---|---|---|---|---|
id }})">
|
{{ $transaction->reference_id }} | {{ $transaction->buyer ?? __('Guest') }} | {{ price($transaction->amount) }} | {{ ucfirst($transaction->processor) }} |
status === 'paid') checked @endif data-prop="status" data-id="{{ $transaction->id }}" @change="updateProp($event)">
|
refunded) checked @endif data-prop="refunded" data-id="{{ $transaction->id }}" @change="updateProp($event)">
|
{{ $transaction->updated_at }} |
|