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

{{ $title }}

@if(checkRole('owner')) @endif
{{ getPhrase('name')}}{{ getPhrase('branch')}}{{ getPhrase('course')}} {{ getPhrase('registration_fee')}} ({{ getSetting('currency_symbol', 'site_settings') }}) {{ getPhrase('payment_status')}} {{ getPhrase('transaction_id')}} {{ getPhrase('payment_type')}} {{ getPhrase('notes')}} {{ getPhrase('application_status')}} {{ getPhrase('action')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=>URL_ONLINE_STUDENTS_AJAXLIST, 'route_as_url' => TRUE)) @stop