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

Watch Video

{{ $ArrViewVideo[0]->title }}

Author

by e4m Staff

@php $publishDate = \Carbon\Carbon::parse($ArrViewVideo[0]->publish_date); $display = $publishDate->isBefore(now()->subWeek()) ? $publishDate->format('d-F-Y') : $publishDate->diffForHumans(); @endphp {{ $display }}


LATEST VIDEO

@foreach ($ArrlistingVideos as $Photos)
Article Image

{{ $Photos->title }}

e4m 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