@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif
{{ __('#') }} {{ __('Customer Name') }} {{ __('Platform') }} {{ __('Plan') }} {{ __('Purchase Type') }} {{ __('Price') }} {{ __('Transaction Status') }}
{{-- Footer --}} @include('admin.includes.footer')
{{-- Custom JS --}} @section('scripts') @endsection @endsection