{{ __('get a Catalogue') }}
{{ __('Name') }}
:
{{ @$name }}
{{ __('Phone') }}
:
{{ @$phone }}
{{ __('Email') }}
:
{{ @$email }}
{{ __('Company') }}
:
{{ @$company }}
{{ __('Address') }}
:
{{ @$address }}
{{ __('City') }}
:
{{ @$city }}
{{ __('County') }}
:
{{ @$county }}
{{ __('Postcode') }}
:
{{ @$postcode }}
{{ __('Catalogue type') }}
:
@if (@$type === 'Download')
{{ __('Download - I would like to download a PDF copy of the catalogue') }}
@else
{{ __('Post - I would like to be sent a printed copy of the catalogue in the post') }}
@endif