@extends('layouts.main') @section('content')

@if($request->get('_filter') == 1) @endif
@if($all_search->total())
@if(!$is_result || !count($all_search->items())) No record found @else {{ count($all_search->items()) }} of {{ $all_search->total() }} results @foreach($all_search as $search_val)
@endforeach @if($all_search->lastPage() != $all_search->currentPage()) @php $next_page = url('/search?_filter=1&category='.$request->get("category").'&search_q='.$request->get("search_q").'&sort_by='.$request->get("sort_by")).'&perpage='.($all_search->currentPage()+$all_search->perPage()); @endphp @endif @endif
@else @endif
@stop @push('style') @endpush @push('script') @endpush