@extends('employee.app') @section('title',__('employeeAffairs.show_change_entity')) @section('content') @include('components.errors')
@lang('employeeAffairs.show_change_entity') ({{ $entityChange->employee->fullName() }})

@lang('employeeAffairs.from_entity_id') :
@foreach ($employeeFromEntities as $ancestor)
@endforeach

{{-- to Entity row 2 --}}
@lang('employeeAffairs.to_entity_id') :
@foreach ($employeeToEntities as $ancestor)
@endforeach

{{-- row 3 --}}
{{-- row 4 --}}
@if (!empty($entityChange->attachment)) @endif
@endsection