@extends('layouts.app') @section('content') Vídeos @foreach($videos as $index => $video) {{$video['title']}} × @endforeach Ver todos os vídeos @endsection {{-- @push('scripts') @endpush --}}