{{-- Name: invoice.part.accountingRecordsResult.blade Author: JH2 Created: 2016-01-13 --}} @extends('partials.box') @section($content_id) @include('partials.linkbox', [ 'links' => [ 'admin.invoice.accountingRecords' => [ 'url' => URL::to('/').'/'.Route::getCurrentRoute()->getPath().'?'.Request::getQueryString().'&print=1', 'name' => Lang::get('invoice.print.button'), ], ] ]) @include('invoice.partials.invoiceTableList') @stop