@extends('front.layouts.front') @section('css') @endsection @section('content')

Memes

@if(count($Clips) > 0) @foreach ($Clips as $Clip)

{{ $Clip->videos->titles->title ?? 'updated' }}

{{ $Clip->updated_at->diffForHumans() }}

{{-- --}}
@endforeach @endif
@endsection @section('script') {{-- --}} @endsection