@extends('layouts.alumini.layout') @section('header_scripts') @stop @section('breadcrumb')
@endsection @section('content')

Video

@if(count($videos) > 0) @foreach($videos as $video)

{{ucwords($video->title)}}

{!! $video->description !!}
{{$video->date}}
@endforeach @endif
    {{ $video->links() }}
@endsection @section('footer_scripts') @stop