@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
@if (Session::has('success')) @endif {{-- Failed --}} @if (Session::has('failed')) @endif
{{ __('#') }} {{ __('Date') }} {{ __('Unique Transaction ID')}} {{ __('Payment ID') }} {{ __('Order ID') }} {{ __('Customer') }} {{ __('Payment Method') }} {{ __('Total') }} {{ __('Status') }} {{ __('Action') }}
{{-- Status modal --}} @include('admin.includes.footer')
{{-- Custom scripts --}} @section('scripts') {{-- Get transactions --}} {{-- Update status --}} @endsection @endsection