@if($expense->attachment_path)
المرفق الرئيسي
{{ basename($expense->attachment_path) }}
فتح
@endif
@if($expense->attachments->isNotEmpty())
| # |
اسم الملف |
النوع |
الحجم |
فتح |
@foreach($expense->attachments as $att)
| {{ $loop->iteration }} |
{{ $att->file_name }} |
{{ $att->file_extension ?: '-' }} |
{{ number_format(((float)$att->file_size)/1024,2) }} KB |
|
@endforeach
@endif
@if(!$expense->attachment_path && $expense->attachments->isEmpty())
@endif