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

{{ $title }}

{{ getPhrase('fee_category')}} {{ getPhrase('name')}} {{ getPhrase('paid_amount')}} {{ getPhrase('payment_details')}} {{ getPhrase('status')}} {{ getPhrase('paid_date')}} {{ getPhrase('action')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=>URL_FEE_OFFLINE_REPORTS_AJAXLIST, 'route_as_url' => TRUE)) @include('fee.payments.scripts.js-scripts') @stop