first upload all files
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<div class="thumbnail-holder">
|
||||
@if ($file->exists)
|
||||
<img src="{{ $file->path }}" alt="thumbnail">
|
||||
@else
|
||||
<i class="fa fa-picture-o"></i>
|
||||
@endif
|
||||
</div>
|
||||
Reference in New Issue
Block a user