@extends('laravel-crm::layouts.document') @section('content')
{{ strtoupper(__('laravel-crm::lang.delivery')) }}@if($order->reference || $delivery->delivery_expected)
@endif
@if($order->reference)
{{ ucfirst(__('laravel-crm::lang.reference')) }} {{ $order->reference }}
@endif
@if($delivery->delivery_expected)
@if($order->reference)
|
@if($logo)
|
|
{{ ucfirst(__('laravel-crm::lang.to')) }} {{ $order->organisation->name ?? $order->organisation->person->name ?? null }} @isset($order->person) {{ $order->person->name }} @endisset @if($address && $address->contact) {{ ucwords(__('laravel-crm::lang.contact')) }}: {{ $address->contact }} @endif @if($address && $address->phone) {{ ucwords(__('laravel-crm::lang.phone')) }}: {{ $address->phone }} @endif @if($address) {{ $address->line1 }} @if($address->line2) {{ $address->line2 }} @endif @if($address->line3) {{ $address->line3 }} @endif {{ $address->city }} {{ $address->country }} @elseif(isset($organisation_address)) @if($organisation_address->line2) {{ $organisation_address->line1 }} @endif @if($organisation_address->line2) {{ $organisation_address->line2 }} @endif @if($organisation_address->line3) {{ $organisation_address->line3 }} @endif @if($organisation_address->city || $organisation_address->state || $organisation_address->postcode) {{ $organisation_address->city }} {{ $organisation_address->state }} {{ $organisation_address->postcode }} @endif {{ $organisation_address->country }} @endif |
{{ ucfirst(__('laravel-crm::lang.from')) }} {{ $fromName }} {{-- 19-21 South Steyne MANLY NSW 2095 Australia--}} |
{{ ucfirst(__('laravel-crm::lang.description')) }}{!! nl2br($order->description) !!} |
| {{ ucfirst(__('laravel-crm::lang.item')) }} | {{ ucfirst(__('laravel-crm::lang.qty')) }} | {{ ucfirst(__('laravel-crm::lang.comments')) }} |
|---|---|---|
| {{ $deliveryProduct->orderProduct->product->name }} | {{ $deliveryProduct->quantity }} | {{ $deliveryProduct->orderProduct->comments }} |
{{ ucfirst(__('laravel-crm::lang.terms')) }}{!! nl2br($order->terms) !!} |
| {{ ucfirst(__('laravel-crm::lang.received_by')) }} | |
|---|---|
| {{ ucfirst(__('laravel-crm::lang.received_date')) }} | |
| {{ ucfirst(__('laravel-crm::lang.signature')) }} |