@extends('header') @section('head') @parent @include('money_script') @foreach (Auth::user()->account->getFontFolders() as $font) @endforeach @stop @section('content')
{!! Button::normal(trans('texts.download_pdf')) ->withAttributes(['onclick' => 'onDownloadClick()']) ->appendIcon(Icon::create('download-alt')) !!} {!! Button::primary(trans('texts.view_client')) ->asLinkTo($client->present()->url) !!}

 

 

@include('invoices.pdf', ['account' => Auth::user()->account, 'pdfHeight' => 800]) @stop