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

Watch Video

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

{!! $ArrViewVideo[0]->video_code !!}
Author

by e4m Staff

@if (Carbon\Carbon::parse($ArrViewVideo[0]->created_at)->diffInWeeks() > 1) {{ \Carbon\Carbon::parse($ArrViewVideo[0]->created_at)->format('d-F-Y') }} @else {{ Carbon\Carbon::parse($ArrViewVideo[0]->created_at)->diffForHumans() }} @endif


LATEST VIDEO

@foreach ($ArrlistingVideos as $Photos)
Article Image

{{ $Photos->video_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