@if(!empty($services) and $services->total())
@foreach($services as $row)
@include('Gig::frontend.search.loop')
@endforeach
@if(!empty($view_all))
{{$services->appends(request()->query())->links()}}
{{ __("Showing :from - :to of :total total",["from"=>$services->firstItem(),"to"=>$services->lastItem(),"total"=>$services->total()]) }}
@else @endif
@endif