@extends('layouts.head_office_app') @section('title', 'Head office Settings') @if ($is_intelligence === null) @section('sub-header')
Details Timeline Intelligence Matches
@endsection @endif @section('content')
@include('layouts.error')
{{-- contanct 1 --}}

1st Matching Contact

@php $unique_new_contact = $new_contact; @endphp @include('head_office.contacts.contact_match_component',['main_other_contact' => $unique_new_contact, 'main_new_contact' => $other_contact_unique])
{{-- contanct 2 --}}

2nd Matching Contact

@include('head_office.contacts.contact_match_component',['main_other_contact' => $other_contact_unique, 'main_new_contact' => $unique_new_contact])
{{-- Final contact --}}

Final Contact

@csrf
{{-- Fields will be dynamically inserted here --}}
@section('scripts') @endsection @endsection