@php $firstFile = $files->first(); $isGroup = $firstFile->is_group; $title = $isGroup ? ($firstFile->group_name ?: 'Grup File') : $firstFile->file_name; @endphp
Ukuran File: {{ number_format($firstFile->file_size / 1024 / 1024, 2) }} MB
@endifLink ini akan membuka Telegram dan Bot akan mengirimkan {{ $isGroup ? 'semua file' : 'file' }} secara otomatis.