@extends('frontend.layouts.app') @section('meta_title', '????? ???????? - ' . site_name()) @section('content')

????? ????????

@foreach($videos as $v)
{{ $v->title }}
@endforeach
{{ $videos->links() }}
@endsection