@php $country_code = get_country_code(); $country_name = get_country_name(); @endphp
{{$platform_name}}
  • Live Streaming
  • Live Streaming
  • @foreach($filtered_menu_links as $link) @if(!$link['child'])
  • {{$link['label']}}
  • {{$link['label']}}
  • @else
  • {{$link['label']}}
      @foreach($link['child'] as $child)
    • {{$child['label']}}
    • @endforeach
  • {{$link['label']}}
      @foreach($link['child'] as $child)
    • {{$child['label']}}
    • @endforeach
  • @endif @endforeach
{{ csrf_field() }}
@php $country_code = get_country_code(); $country_name = get_country_name(); @endphp
@if(Auth::check())
  • My Account
  • Profile
  • Logout
@else @endif
{{$platform_name}}
@php $country_code = get_country_code(); $country_name = get_country_name(); @endphp
@if(Auth::check())
  • My Account
  • Profile
  • Logout
@else @endif
  • Live Streaming
  • Live Streaming
  • @foreach($filtered_menu_links as $link) @if(!$link['child'])
  • {{$link['label']}}
  • {{$link['label']}}
  • @else
  • {{$link['label']}}
      @foreach($link['child'] as $child)
    • {{$child['label']}}
    • @endforeach
  • {{$link['label']}}
      @foreach($link['child'] as $child)
    • {{$child['label']}}
    • @endforeach
  • @endif @endforeach
@if(Auth::check())
  • My Account
  • Profile
  • Logout
@else @endif
{{ csrf_field() }}
@isset($sliders) @foreach ($sliders as $slider)
@isset($slider->getVideo->trailer_path) @endisset
@isset($slider->getVideo->title) @php $slug = $slider->getVideo->slug ?? ''; @endphp

{{ $slider->getVideo->title }}

WATCH NOW @endisset
@isset($slider->getVideo->trailer_path) @endisset
@isset($slider->getVideo->trailer_path) @endisset
@isset($slider->getVideo->title) @php $slug = $slider->getVideo->slug ?? ''; @endphp
{{ $slider->getVideo->title }}
WATCH NOW @endisset
@endforeach @endisset
@php $totalvidscount = 0; @endphp @if (get_setting('home_page_section')) @php $homeContent = get_setting('home_page_section')->value; $homeContentArray = explode(',', $homeContent); @endphp @foreach ($homeContentArray as $homeContentSingle) @php $totalvidscount += 10000; // Increment by 10,000 in each iteration //retrieve category slug $categoryModel = App\Models\Category::where('name', $homeContentSingle)->first(); if ($categoryModel) { $categorySlug = $categoryModel->slug; } else { $categorySlug = ''; } @endphp {{-- Desktop orientation --}} @if(get_design_option_dp($categorySlug) == 'Verticle') @include('front.home-page.home-page-section-mod-ref', [ 'slug' => $categorySlug, 'vidcount' => $totalvidscount, ]) @elseif(get_design_option_dp($categorySlug) == 'Horizontal') @include('front.home-page.home-videos-landscape-mod-ref', ['slug' => $categorySlug]) @endif {{-- Desktop orientation --}} {{-- Mobile orientation --}} @if(get_design_option_mb($categorySlug) == 'Verticle') @include('front.home-page.home-page-section-mb-mod', [ 'slug' => $categorySlug, 'vidcount' => $totalvidscount, ]) @elseif(get_design_option_mb($categorySlug) == 'Horizontal') @include('front.home-page.home-videos-landscape-mb-mod-ref', ['slug' => $categorySlug]) @endif {{-- Mobile orientation --}} @endforeach @endif
@if(get_setting('footer_logo')) Verity TV @else Verity TV @endif
  • @if(get_setting('facebook_url')) share-on-fb @else share-on-fb @endif
  • @if(get_setting('twitter_url')) share-on-x @else share-on-x @endif
  • @if(get_setting('tiktok_url')) share-on-tiktok @else share-on-tiktok @endif
  • @if(get_setting('instagram_url')) share-on-ig @else share-on-ig @endif
  • @if(get_setting('linkedin_url')) share-on-linkedin @else share-on-linkedin @endif
  • @if(get_setting('facebook_url')) share-on-fb @else share-on-fb @endif
  • @if(get_setting('twitter_url')) share-on-x @else share-on-x @endif
  • @if(get_setting('tiktok_url')) share-on-tiktok @else share-on-tiktok @endif
  • @if(get_setting('instagram_url')) share-on-ig @else share-on-ig @endif
  • @if(get_setting('linkedin_url')) share-on-linkedin @else share-on-linkedin @endif
{{-- Live TV Broadcast --}} @php $primaryMenu = Menu::getByName('Footer Menu'); @endphp @if(isset($primaryMenu)) @foreach($primaryMenu as $menu) @if ($loop->first) {{$menu['label']}} {{$menu['label']}} @else {{$menu['label']}} @endif @endforeach @endif
@if(get_setting('footer_copyright_text')) {{get_setting('footer_copyright_text')->value}} @else @php $year = date('Y') @endphp Copyright © {{ $year }}, Verity TV Limited. All Rights Reserved. @endif
Select Country
Click to Select
@php $countries = get_active_countries(); @endphp @if(isset($countries)) @foreach($countries as $country)
{{ $country->country_name }}
@endforeach @endif
Share website
copy link
Leave Feedback
{{csrf_field()}} @honeypot
{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!}
@if(\Session::has('error'))
  • {!! \Session::get('error') !!}
  • @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif