@extends('master') @section('head') @parent @include('money_script') @foreach ($invoice->client->account->getFontFolders() as $font) @endforeach @stop @section('body') @include('invoices.pdf', ['account' => $invoice->client->account]) @stop