@section('title', __('site.page_links_title')) @section('head') @endsection @include('includes/header') @include('includes/topSite')

{{ __('site.page_links_h1') }}

@if (\Session::has('success')) @php Session::forget('success'); @endphp @endif
@if($s)
{{ __('site.search_results') }} {{ $s }}
@endif @if($allLinks->count() == 0)
{{ __('site.page_links_search_noresult') }}
@else @foreach($allLinks as $link) @endforeach
{{ __('site.page_links_table_1') }} {{ __('site.page_links_table_2') }}  
{{ $link->name }} {{ $link->url }}
{{ $allLinks->links('vendor.pagination.default') }} @endif
@include('includes/footer')