Video Galeri
-
@foreach(\App\Models\VideoGalleriesDetail::orderBy('views','Desc')->take(5)->get() as $item)
- {{$item->video_name}} @endforeach
@extends('themes.'.config('site_settings.themes_dir').'.layouts.master')
@section('title')
Video Galerisi
@endsection
@section('content')
Video Galeri
@foreach(\App\Models\VideoGalleriesDetail::orderBy('views','Desc')->take(5)->get() as $item)