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

Videos

@foreach ($ArrlistingVideos as $Photos)
Article Image

{{ $Photos->title }}

exchange4media Staff    @if (\Carbon\Carbon::parse($Photos->created_at)->diffInWeeks() > 1) {{ \Carbon\Carbon::parse($Photos->created_at)->format('d-F-Y') }} @else {{ \Carbon\Carbon::parse($Photos->created_at)->diffForHumans() }} @endif

View Video

@endforeach
@include('article.rightsidebar')
@endsection