@section('page_name') {{ $supplier->companyName }} @stop @section('breadcrumbs') Suppliers {{ $supplier->getDisplayName() }} @stop @section('page_header') @stop @section('scripts') @stop @section('content')
Contact information
{{ $supplier->getDisplayName() }}
{{ nl2br($supplier->address) }}
{{ $supplier->postalCode }},
{{ $supplier->city }},
{{ $supplier->region }}

@if ($supplier->phone != '') {{ $supplier->phone }}
@endif @if ($supplier->mobile != '') {{ $supplier->mobile }}
@endif @if ($supplier->email != '') {{ $supplier->email }}
@endif @if ($supplier->website != '') {{ $supplier->website }}
@endif @if ($supplier->cifnif != '') CIF: {{ $supplier->cifnif }}
@endif @if ($supplier->paymentTerms != 1) Payment Terms: {{ $supplier->getPaymentTerms->type }}
@endif @if ($supplier->paymentType != 1) Payment Method: {{ $supplier->getPaymentType->type }}
@endif Currency: {{ $supplier->getCurrency->name }}
Notes
Supplier Information
  • Contact History
@foreach($supplier->getContactHistory as $contactItem) @endforeach
Date/Time User Message
{{ CommonFunctions::formatDatetime($contactItem->placedOn) }} {{ User::find($contactItem->placedBy)->getFullname() }} {{ $contactItem->message }}
@stop