@php $filecount = $filelist->count(); $filesperPage = 20; $pagesmax = ceil($filecount/$filesperPage) + 1; $currentPage = 1; @endphp
|
Data accompanying note
|
| {{date_format($forward->created_at,"Y-m-d, H:i")}} |
| Page {{$currentPage}} / {{$pagesmax}} |
| Sender: |
|
{{$sender->company}}
{{$sender->name}} {{$sender->firstname}} {{$sender->email}} |
| Recipient: |
|
{{$recipient->company}}
{{$recipient->name}} {{$recipient->firstname}} {{$recipient->email}} |
| cc: |
|
{{$recipient->company}}
{{$recipient->name}} {{$recipient->firstname}} {{$recipient->email}} |
| Subject: {{$forward->subject}} |
| {!! $forward->description !!} |
|
Data accompanying note
|
| {{date_format($forward->created_at,"Y-m-d, H:i")}} |
| Page {{$currentPage}} / {{$pagesmax}} |
|
Data accompanying note
|
| {{date_format($forward->created_at,"Y-m-d, H:i")}} |
| Page {{$currentPage}} / {{$pagesmax}} |