@extends($layout)
@section('header_scripts')
@stop
@section('content')
{{ getPhrase('fee_category')}} |
{{ getPhrase('name')}} |
{{ getPhrase('description')}} |
{{ getPhrase('action')}} |
@endsection
@section('footer_scripts')
@include('common.datatables', array('route'=>'feediscounts.dataTable'))
@include('common.deletescript', array('route'=>URL_FEE_DISCOUNTS_DELETE))
@stop