@extends('web_theme::layout.main') @section('content') @foreach ($videos as $video) @if (!empty($video->url)) @endif @if (!empty($video->title)) {{ $video->title }} @endif @endforeach {{-- Load more button --}} View More Visitors Counter : {{$views->count}} @endsection @section('pageScripts') @endsection