@php use App\Http\Controllers\Mod\ModFile;use App\Http\Controllers\ModCronos; $option_selected = isset($option_selected)?$option_selected:null; $option_overlay = isset($option_overlay)?$option_overlay:1; @endphp @foreach($record as $row) @php $x_file = $row->filePath . '/' . $row->xName; @endphp @include('mod-file.style-mini')
@php ModFile::identifyFolderContent($row->fileType, $x_file, ['widthMin' => '85px', 'widthMax' => '85px']); @endphp
Download @if($option_selected !== null) | @endif
Descrição:
{!! $row->fileName!!}

Warning: Undefined variable $row in /home/admgocrm/public_html/crm/dev/crmviews/mod-file/tools-image-list-line.blade.php on line 66

Warning: Attempt to read property "fileWidth" on null in /home/admgocrm/public_html/crm/dev/crmviews/mod-file/tools-image-list-line.blade.php on line 66
ID: {{$row->idFile}} | Tamanho: {{ModFile::formatBytes($row->fileSize,'y')}}
Data: {{ModCronos::convertDateTimeBR($row->updated_at)}}
@endforeach