@extends('layouts.app') @section('title', 'Shorts - ' . config('app.name')) @section('main_class', 'shorts-view-page') @section('extra_styles') @endsection @section('content') @forelse($videos as $video) @php $src = asset('storage/videos/' . $video->filename); $thumb = $video->thumbnail_url; $user = $video->user; $index = $loop->index; @endphp
Shorts are vertical videos under 60 seconds.
@auth Upload Short @else Login to Upload @endauth