{{-- Name: invoice.show.blade Author: JH2 Created: 2015-11-13 --}} @extends('app') @section('_pageTitle', Lang::get('invoice.show.pageTitle').' '.$invoice->number) @section('main-left') @include('invoice.partials.show', [ 'content_id' => 'invoice_show_313223', 'header_title' => Lang::get('invoice.show.title').': '.$invoice['number'], 'invoice' => $invoice, ]) @stop @section('main-right') @include('partials.stats', [ 'content_id' => 'company_summary_36666215', 'header_title' => Lang::get('company.sumstats'), ]) @stop