@extends('front.layout') @section('custom-style') @endsection @section('content')

Please rotate your device

{{-- slider end--}}
{{$categoryName}}
@if(get_design_option($slug) == 'Verticle') @include('front.design.video-grid-portrait', ['videos'=> $videos, 'pagination' => true]) @elseif(get_design_option($slug) == 'Horizontal') @include('front.design.video-grid-landscape', ['videos'=> $videos, 'pagination' => true, 'display_device' => $device]) @endif
@endsection @section('custom-script') @endsection