@extends($layout) @section('header_scripts') @stop @section('content')

{{ $title }}

{{ getPhrase('payment_for')}} {{ getPhrase('amount')}} ({{ getSetting('currency_symbol', 'site_settings') }}) {{ getPhrase('payment_gateway')}} {{ getPhrase('transaction_id')}} {{ getPhrase('notes')}} {{ getPhrase('date_time')}} {{ getPhrase('status')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=>URL_ONLINE_STUDENTS_PAYMENTS_AJAXLIST, 'route_as_url' => TRUE)) @stop