@include('btnewve::includes.head')
@include('btnewve::partials.header') @if(Route::currentRouteName() == 'term') @yield('searchres') @endif @if(Route::currentRouteName() == 'home')
Just Arrived
Latest addition specially added for you
@each('btnewve::partials.loop-video-home', get_latest_videos(), 'video')
@endif
Random Tags
@foreach(get_random_terms() as $term)
{{ $term->name }}
@endforeach
@include('btnewve::partials.footer')