@php $firstFile = $files->first(); $isGroup = $firstFile->is_group; $title = $isGroup ? ($firstFile->group_name ?: 'Grup File') : $firstFile->file_name; @endphp {{ $title }} - {{ config('app.name', 'File Sharing') }}
@if($isGroup) @else @endif

{{ $title }}

@if($isGroup)
📦 Bundle Grup
@foreach($files as $f)

{{ $f->file_name }}

{{ number_format($f->file_size / 1024 / 1024, 2) }} MB

@endforeach
@else

Ukuran File: {{ number_format($firstFile->file_size / 1024 / 1024, 2) }} MB

@endif
Ambil di Telegram

Link ini akan membuka Telegram dan Bot akan mengirimkan {{ $isGroup ? 'semua file' : 'file' }} secara otomatis.