@if (isset($data['document']) && $data['document']->count() > 0)
@php($i=1)
@foreach($data['document'] as $document)
@php($i++)
@endforeach
@else
@endif
S.N. |
Document With Link |
Description |
|
{{ $i }} |
{{ $document->title }}
|
{{ $document->description }} |
|
No {{ $panel }} documents data found. |