FREE NOTES

@if(count($free_notes)>0) @foreach ($free_notes as $item) @endforeach @else @endif
Title Note category Action
{!! str_limit($item->title, 50) !!} {{ $item->category->title}} View Note
No Paid Notes
{{-- Pagination --}}
Showing {{$free_notes->firstItem()}} to {{$free_notes->lastItem()}} of {{$free_notes->total()}} Entries
{!! $free_notes->appends(request()->all())->links() !!}