@section('style') @endsection

{{$employee->name}} {{$employee->surname}} @if(!$employee->extra_information->vog) @endif

@if($openeditInput) @else

In dienst sinds

@endif
{{__('Geboortedatum')}}
{{date('d-m-Y', strtotime($employee->personal_information->date_of_birth))}}
{{__('Adres')}}
{{$employee->contact_information->address}} {{$employee->contact_information->addon}} {{$employee->contact_information->number}}
{{$employee->contact_information->zip_code}} {{$employee->contact_information->city}} , {{$employee->contact_information->country}}
{{__('Notitie')}}
{{$employee->personal_information->notes}}
{{__('Medewerken informatie bewerken')}}

{{__('Persoonlijke informatie')}}

{{__('Alle persoonlijke informatie van de werknemer')}}


{{__('Contact gegevens')}}

{{__('Alle contact gegevens van de werknemer')}}

{{__('Annuleren')}} {{__('Opslaan')}}