@extends('layouts.default') @section('header-links')
Total Invoices Opened Invoices Over Due Invoices
@endsection @section('title', $title.' '.trans_choice('general.invoices', 2)) @section('new_button')
calendar_today  
add {{ trans_choice('general.invoices', 2) }} @endsection @section('content')
{{ trans_choice('general.numbers', 1) }} {{ trans_choice('general.customers', 1) }} {{ trans('general.totalamount') }} {{ trans('general.recivedamount') }} {{ trans_choice('general.balance',2)}} {{ trans('invoices.invoice_date')}} {{ trans('invoices.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