@extends('template') @section('content')
Vídeos Novo Vídeo
@foreach($videos as $video) @endforeach
ID Título URL Ordem Status
{{$video->id}} {{$video->titulo}} https://www.youtube.com/watch?v={{$video->url}} @if($video->principal == 'yes') Vídeo Principal @else Vídeo Segundário @endif @if($video->status == 'yes') ATIVO @else INATIVO @endif
@stop() @section('js-admin-plan') @stop()