@extends('admin.layouts.layout') @section('title')Videos @endsection @section('body')

Video List

Add
@include('partials.event') @foreach ($videos as $i => $video) @endforeach
# Title Page
{{ $i + 1 }} {{ $video->title }} Home Page Edit Delete
@endsection