@if( !empty($page_loaded) )
@if(!empty($gigs) && $keyword !='')
{{ $gigs->count() .' '. __('general.search_result') }} “{{ clean($keyword) }}”
@endif
@if(!empty($gigs) && $gigs->count() > 0)
@foreach($gigs as $gig)
@endforeach
{{ $gigs->links('pagination.custom') }}
@else
{{ __('general.no_record') }}
@endif
@else
@for($i=0; $i < 3; $i++ )
@endfor
@endif
@push('scripts')
@endpush