@extends('layouts.frontlayout') @section('content')
@if($listing->count())
@include('frontend.blogs.listingLoop')
{{$listing->appends($_GET)->links()}}
@else

No Blogs Found

@endif
@endsection