@extends($layout)
@section('header_scripts')
@stop
@section('content')
@if(checkRole('owner'))
{{ getPhrase('branch')}} |
@endif
{{ getPhrase('title')}} |
{{ getPhrase('is_income')}} |
{{ getPhrase('status')}} |
{{ getPhrase('description')}} |
{{ getPhrase('action')}} |
@endsection
@section('footer_scripts')
@include('common.datatables', array('route'=>URL_FEE_PARTICULARS_AJAXLIST, 'route_as_url' => TRUE))
@include('common.deletescript', array('route'=>URL_FEE_PARTICULARS_DELETE))
@stop