{{ $customer->id }} |
{{ $customer->companyname }} |
{{ $customer->sign }} |
{{ $customer->name }} |
{{ $customer->vat }} |
{{ $customer->address }} |
{{ $customer->city }} |
{{ $customer->province }} |
{{ $customer->postcode }} |
{{ $customer->country }}
| {{ $customer->telephone }} |
{{ $customer->mobile }} |
{{ $customer->fax }} |
{{ $customer->email }} |
{{ $customer->language }} |
@foreach ($customer->deliveries as $delivery)
{{ $delivery->receiver }} {{ $delivery->address }} {{ $delivery->postcode }} {{ $delivery->city }} {{ $delivery->province }} {{ $delivery->country }} |
@endforeach
@while ($i <= 10)
|
@endwhile
@endforeach