@if(isset($comment))

Comment:

{{ $comment }}

@endif @if($historyFileNames != null)

Attached Files:

@foreach($historyFileNames as $key => $getFileName) @php $fileArray = explode(".",$getFileName); $fileExtension = $fileArray[1]; @endphp @endforeach
Attached File - {{ ++$key }}.{{ $fileExtension }}       View

@endif