@foreach($contents as $content)
{!! Str::limit(strip_tags($content->content),300,'...')!!}
{{url('/'.$content->page_slug)}}