@section('title', __('site.page_videos_title')) @section('head') @if (\Session::has('success')) @endif @endsection @include('includes/header') @include('includes/topSite')

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

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