@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
{{-- Failed --}} @if(Session::has("failed")) @endif {{-- Success --}} @if(Session::has("success")) @endif
{{ __('#') }} {{ __('Transaction Date') }} {{ __('Trans ID') }} {{ __('Payment Trans ID') }} {{ __('Customer Name') }} {{ __('Gateway Name') }} {{ __('Amount') }} {{ __('Status') }} {{ __('Actions') }}
@include('admin.includes.footer')
{{-- Custom JS --}} @section('scripts') @endsection @endsection