@extends('front.layout-ref') @section('content') @if($search != '')
Search Results
@if(isset($videos)) @include('front.design.video-grid-portrait', ['videos' => $videos, 'pagination' => true]) @endif
{{-- ========================================================--}}
@endif @endsection