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

@foreach ($videos as $key => $video) @if ($key > 0)

@endif
PLAYLIST COMPLETA - MSR OVERVIEW DO SISTEMA
@endforeach


@endsection