@extends('student.layouts.app') @section('titlePage', 'Azam Free Notes') @section('content')

Dr.Azam's Notes

@include('common.alert')
Reset
@if(count($data)>0) @foreach ($data as $item)
{{$item->title}}
{!! str_limit($item->title, 50) !!}

{!! str_limit($item->description, 50) !!}

View Notes
@endforeach @else

No Free Notes

@endif
Showing {{$data->firstItem()}} to {{$data->lastItem()}} of {{$data->total()}} Entries
{!! $data->appends(request()->all())->links() !!}
@endsection @push('script') @endpush