Formatting correctly

This commit is contained in:
Ivan Nieto Vivanco 2023-10-24 11:26:37 -06:00
parent 0c5d54dfde
commit f2f3931fa9

View file

@ -235,16 +235,16 @@
])
}}
</div>
@if ($activeFile->first_row)
@if ($activeFile->first_row)
<div class="col-md-5">
<p class="form-control-static">{{ str_limit($activeFile->first_row[$index], 50, '...') }}</p>
</div>
@else
@php
$statusText = trans('help.empty_file');
$statusType = 'info';
@endphp
@endif
@else
@php
$statusText = trans('help.empty_file');
$statusType = 'info';
@endphp
@endif
</div><!-- /div row -->
@endforeach
@else