@foreach($contents as $content)

{{$content->page_name}}

{!! Str::limit(strip_tags($content->content),300,'...')!!}

{{url('/'.$content->page_slug)}}

@endforeach