@extends('layouts.head_office_app') @section('title', 'Head office Settings') @section('sub-header')
Details Timeline Intelligence Matches History
@endsection @section('content') {{-- @if (isset($new_contact)) --}}
@if ($history_data->isNotEmpty())
@foreach ($history_data as $data) {{-- @dd($data) --}}
{{ $data->contactHistoryToUser->first_name }} {{ $data->action }} {{ $data->type }} {{ $data->created_at->diffForHumans() }}
{{--
Removed Tags:
--}}
{{ $data->name }}
@if ($data->action == 'removed')
{{--
Added Tags:
--}}
{{ $data->removed }}
@endif
@endforeach
@else
Data not found
@endif
{{-- @endif --}} @endsection