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

{{ $title }}

@if(checkRole('owner')) @endif {{-- --}}
{{ getPhrase('name')}}{{ getPhrase('branch')}}{{ getPhrase('email')}} {{ 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('apply_date')}} {{ getPhrase('action')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=>URL_ONLINE_STUDENTS_AJAXLIST, 'route_as_url' => TRUE)) @include('common.deletescript', array('route'=>URL_ONLINE_STUDENT_DELETE_PROFILE)) @stop