{{ date('F d, Y', strtotime($page->published)) }}

{{ $page->title }}

{!! $page->discription !!}

Where to Get Started?

Get started with Datatrained's Job Oriented Course Courses

Get Free Registation

Comments

{{-- --}}

More From {{ $page->category }}

Continue watching...

@php $vids = DB::table('dwvideo')->where('category', $page->category)->orderBy('id', 'desc')->get(); @endphp @foreach($vids as $r)

{{ $r->title }}

@if($r->id == $page->id) Now Watching @else Watch Now @endif
@endforeach
@section('scripts')
@stop