@php
$count = 0;
@endphp
@if(isset($blogs))
@foreach($blogs as $blog)
@php
$count++;
@endphp
@endforeach
@endif
@if($count < 1)
{{date_format($blog->created_at,'d M Y')}}
{{$blog->title}}
{{ substr(strip_tags($blog->content), 0, 140) }}{{ strlen(strip_tags($blog->content)) > 140 ? " ..." : "" }}
Read MoreNo Blog Found!
@endifBlog Categories
- All ({{$totalBlogs}}) @foreach($categories as $category)
- {{$category->name}} ({{count($category->blogs)}}) @endforeach
Quick Links
-
@foreach($quicklinks as $quicklink)
- {{$quicklink->title}} @endforeach
}})