@extends($layout) @section('content') @php $projects = $relations; @endphp {!! $tpl->displayNotification() !!}

{!! __('label.profile_information') !!}




@if ($values['status'] == 'i') @endif


{!! __('label.contact_information') !!}




{!! __('label.employee_information') !!}




{!! __('label.project_assignment') !!}

@php $currentClient = ''; $i = 0; @endphp @foreach ($allProjects as $row) @php if ($row['clientName'] == null) { $row['clientName'] = 'Not assigned to client'; } @endphp @if ($currentClient != $row['clientName']) @if ($i > 0)
@endif
@php $currentClient = $row['clientName']; @endphp @endif
timestamp() }}' />
@php $i++; @endphp @endforeach
@once @push('scripts') @endpush @endonce @endsection