@section('title'){{ \Lang::get('front.wyniki_wyszukiwania_frazy') }} @if($q != '') "{{ $q }}" @endif @stop @section('content') {{ \Lang::get('front.wyszukiwanie') }} {{-- --}} {!! HelperModules::display(5, 'offerHyperlinks') !!} {{ \Lang::get('front.wyniki_wyszukiwania') }} @if($q != '') "{{ $q }}" @endif @if($results && !empty($results)) @forelse($results as $r) {{ $r->title }} @if($r->path) {{ \Lang::get('front.strona_glowna') }} » @foreach($r->path as $k => $p) {{ $p["title"] }} @if(count($r->path) > $k+1) » @endif @endforeach @endif {{ $r->short_content }} @empty {{ \Lang::get('front.nic_nie_znaleziono') }} @endforelse @if($pagination) {!! $pagination->render() !!} @endif @endif @stop