@extends('layouts.app') @section('title', 'Trending Videos | ' . config('app.name')) @section('extra_styles') @endsection @section('content') @if(()) @else
@foreach( as )
{{  }} Trending @if(){{ gmdate('i:s', ) }}@endif
@if(){{ ->name }}@endif

{{ }}

{{ number_format() }} views @if( > 0) • {{ number_format() }} likes @endif
@endforeach
@endif @endsection