@extends('layouts.app') @section('title', 'Shorts - ' . config('app.name')) @section('content')

Shorts

@if($videos->hasPages())
{{ $videos->links() }}
@endif
@endsection