Skip to content

Commit

Permalink
Formatting correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
inietov committed Oct 24, 2023
1 parent 0c5d54d commit f2f3931
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions resources/views/livewire/importer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,16 +235,16 @@ class="col-md-12 table table-striped snipe-table">
])
}}
</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
Expand Down

0 comments on commit f2f3931

Please sign in to comment.