@extends('admin.layouts.main', array('scripts' => array(path_asset('path.backoffice.js_path') . '/view/form-eic-view.js'))) @section('content')

Form

@if($canView)
@endif

Application

Full name of the Applicant: {{$form->full_name_app}}
E-mail of the Applicant: {{$form->email_app}}
Full name of the Company: {{$form->full_name_company}}
Address: {{$form->address}}
Postal Code: {{$form->postal_code}}
City: {{$form->city}}
Country: {{$form->country}}
EU VAT Code: {{$form->eu_vat_code}}
ACER: {{$form->acer}}
Company Registration number: {{$form->company_number}}
Request State: {{$form->request_state}}
Function: {{$form->contact_function}}
Additional Function: {{$form->contact_function_2}}
Additional Function: {{$form->contact_function_3}}
EIC Code: {{$form->eic_code}}

Contact Information

Contact Person for EIC matters: {{$form->contact_person}}
Telephone: {{$form->contact_phone}}
Email: {{$form->contact_email}}
EIC Reference Manual: {{$form->agree_manual ? 'True' : 'False'}}
GDPR: {{$form->agree_gdpr ? 'True' : 'False'}}

Documents

@stop