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

@lang('main.educational_videos')

@if ($videos->count()) @foreach ($videos as $video)
{{-- Home--}}

{{$video->title}}

@endforeach
{{$videos->links()}}
@else @endif
@stop