@if(isset($bossHistory->comment))

Comment:

{{ $bossHistory->comment }}

@endif @php $historyFileNames = ($bossHistory->file_names) ? json_decode($bossHistory->file_names) : null; @endphp @if($historyFileNames != null)

Attached Files:

@foreach($historyFileNames as $key => $getFileName) @endforeach
Attached File - {{ ++$key }}       View @if($configValue->previous_boss_file_delete_permission == true)      ||     Delete @endif

@endif