@foreach($myheadings as $heading) @endforeach @foreach($myheadings_row as $row) @foreach($headings_id as $comp_id) @endforeach @endforeach
{{ $heading == 'not_set' ? 'undefine' : $heading }}
{{ $row['email'] == 'not_set' ? '': $row['email'] }} {{ $row['first_name'] == 'not_set' ? '' : $row['first_name'] }} {{ $row['middle_name'] == 'not_set' ? '' : $row['middle_name'] }} {{ $row['last_name'] == 'not_set' ? '' : $row['last_name'] }} {{ $row['job_role'] == 'not_set' ? '' : $row['job_role'] }}{{ $row[$comp_id] == 'not_set' ? '' : $row[$comp_id] }}{{ $row['have_you_changed_name'] }} {{ $row['history_current_address'] }} {{ $row['history_address_current_from'] }} {{ $row['history_address_prev_one'] }} {{ $row['history_address_prev_one_from'] }} {{ $row['history_address_prev_two'] }} {{ $row['history_address_prev_two_from'] }} {{ $row['history_address_prev_three'] }} {{ $row['history_address_prev_three_from'] }} {{ $row['history_address_prev_four'] }} {{ $row['history_address_prev_four_from'] }} {{ $row['signed_full_name'] }}