@extends('layouts.frontlayout') @section('content')
...
...
...
@if(isset($listing) && count($listing) > 0) @include('frontend.results.listingLoop') @else
@endif
@include('frontend.partials.pagination',['pagination' => $listing,'url' => route('frontend.results.index')])
@endsection