diff --git a/resources/views/dashboard/edit-list.blade.php b/resources/views/dashboard/edit-list.blade.php index 239a98b..0258b87 100644 --- a/resources/views/dashboard/edit-list.blade.php +++ b/resources/views/dashboard/edit-list.blade.php @@ -31,10 +31,12 @@
@if(is_array($column)) @foreach($column as $col) -
{{ $row[$col] }}
+ @if($row[$col] != '') +
{{ $row[$col] }}
- @if(!$loop->last) -
|
+ @if(!$loop->last) +
|
+ @endif @endif @endforeach @else