@extends('layouts.app') @section('head') @endsection @section('content')

{{$page_title}}

@include('Gig::frontend.search.filter') @if($rows->isNotEmpty())
@foreach($rows as $row)
@include('Gig::frontend.search.loop')
@endforeach
{{$rows->appends(request()->query())->links()}}
@else

{{ __("No gig results found") }}

@endif
@endsection @section('footer') @endsection