@extends('layouts.app') @section('content')

Latest Videos

@foreach($videos as $v)
{{ $v->title }}
@endforeach {{ $videos->links() }} @endsection