@forelse ($histories as $history)
{{ $history->user->name }}

@if($history->event_type == "file-added" ) {{ __(ucfirst($history->event_type)) }} by {{ $history->user->name }} {{__('modules.client.viewDetails')}} @endif @if($history->event_type == "proposal-created" ) {{ __(ucfirst($history->event_type)) }} by {{ $history->user->name }} {{__('modules.client.viewDetails')}} @endif @if($history->event_type == "note-added" ) {{ __(ucfirst($history->event_type)) }} by {{ $history->user->name }} {{__('modules.client.viewDetails')}} @endif @if($history->event_type == "followup-created" ) {{ __(ucfirst($history->event_type)) }} by {{ $history->user->name }}id).'?tab=follow-up'}}> {{__('modules.client.viewDetails')}} @endif @if($history->event_type == "agent-assigned" || $history->event_type == "stage-updated" ) {{ __(ucfirst($history->event_type)) }} by {{ $history->user->name }} {{__('modules.client.viewDetails')}} @endif @if($history->event_type == "followup-deleted" ) {{ __(ucfirst($history->event_type)) }} by {{ $history->user->name }} @endif @if($history->event_type == "proposal-deleted" ) {{ __(ucfirst($history->event_type)) }} by {{ $history->user->name }} @endif @if($history->event_type == "note-deleted" ) {{ __(ucfirst($history->event_type)) }} by {{ $history->user->name }} @endif @if($history->event_type == "file-deleted" ) {{ __(ucfirst($history->event_type)) }} by {{ $history->user->name }} @endif

{{ $history->created_at->timezone(company()->timezone)->translatedFormat(company()->date_format .' '. company()->time_format) }}
@empty @endforelse