Replaced Moment with Carbon #84
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
|||
@endif
|
||||
@endforeach
|
||||
@else
|
||||
@if($files[0] != '')
|
||||
@if(isset($files[0]) && $files[0] != '')
|
||||
@php
|
||||
$fileName = explode("/", $item['file']);
|
||||
@endphp
|
||||
|
|
Loading…
Add table
Reference in a new issue