{{-- Name: invoice.index.blade Author: JH2 Created: 2015-11-13 --}} @extends('app') @section('_pageTitle', Lang::get('invoice.index.pageTitle')) @section('main-left') @include('invoice.partials.list', [ 'content_id' => 'invoice_list_12351', 'header_title' => Lang::get('invoice.invoices'), 'data' => $invoices, 'paginate' => true, 'filter' => Route::currentRouteName() == 'admin.invoice.index'?true:false, ]) @stop @section('main-right') {{-- This DIV must be hidden to work with free info box and empty space --}}
@stop