@extends('front.layout')
@section('custom-style')
@endsection
@section('content')
Please rotate your device
@if($search != '')
Search
@endif
@include('front.design.video-grid-portrait', ['videos' => $videos, 'pagination' => true])
@endsection
@section('custom-script')
@endsection