@section('page_name') Credit note #{{ $creditnote->id }} @stop @section('breadcrumbs') Customers {{ $customer->getCustomerName() }} Creditnote #{{ $creditnote->id }} @stop @section('page_header') @if (Creditnote::max('id') != $creditnote->id) @endif @if (Creditnote::min('id') != $creditnote->id) @endif @if(Creditnote::max('id') == $creditnote->id) @endif @stop @section('scripts') @stop @section('stylesheets') @stop @section('content')
Customer info
@if($customer->companyName != '') {{ $customer->companyName }}   @endif @if ($customer->contactName != '') {{ $customer->getContactPerson() }} @endif  (ID: {{ $customer->id }})
{{ $customer->getCustomerCreditRating->type }}
{{ trim(nl2br($customer->address)) }}
{{ $customer->postalCode }} {{ $customer->city }}, {{ $customer->region }}

{{ $customer->phone }}     {{ $customer->mobile }}
{{ $customer->email }}
CIF: {{ $customer->cifnif }}
Visit fee: € {{ $customer->assignedVisitFee }}
Credit note information
Credit note essentials

{{ $creditnote->id }}
{{ $creditnote->createdOn }}
Credit note entries
Quote # Description Extra costs Unit price Discount Qty Total
Comments
Placed on Placed by Comment
<% comment.placedOn %> <% comment.placedByInitials %> <% comment.comment %>
Totals
€ <% getSubTotal() | currency %>
€ <% getVat() | currency %>
€ <% getTotal() | currency%>

@if (Settings::hasValidEmailSettings()) @else @endif

@stop