@extends('layouts.default') @section('header-links')
Total Expenses Open Bills Overdue Bills
@endsection @section('title', $title.' Expenses') @section('new_button')
calendar_today  
add {{ trans_choice('general.bills', 2) }} @endsection @section('content')
{{ trans_choice('general.numbers', 1) }} {{ trans_choice('general.vendors', 1) }} {{ trans('general.amount') }} {{ trans('bills.bill_date') }} {{ trans('bills.due_date') }} {{ trans_choice('general.statuses', 1)}} {{ trans('general.actions') }}  
{{ Form::hidden('type', 'all', ['id'=>'type']) }} {{ Form::hidden('page_id', 1, ['id'=>'page_id']) }} @push('css') @endpush @endsection