@extends('admin.index') @section('title', Helper::getSiteTitle('Payouts')) @section('content')

Payouts

{{ $total_balance }} GP

Total Payout Balance

{{ $total }}

Total Payouts

{{ $open }}

Open Payouts

{{ $approved }}

Approved Payouts

{{ $rejected }}

Rejected Payouts

Payouts

{!! Helper::getDatatables(['User', __('Transaction ID'), __('OSRS Balance'), 'Character Name', 'IP', __('Status'), __('Created At'), __('Action')], 1) !!}
@endsection @section('js-lib') @endsection @section('css-lib') @endsection @section('js') @endsection