@extends('site.layouts.main') @section('content')
Mobile & TV App
SpiderTV

{{@$setting->intro}}

@lang('home.about') SpiderTV
@if(@$setting->about != null)

{{ @$setting->about }}

@endif @if(@$setting->video != null) @endif

@lang('home.why') SpiderTV
{{-- start of left why spider --}}
@foreach ($why_left as $wl)
{{ $wl->head }}

{{ $wl->body }}

@endforeach {{-- end of left --}} {{-- {{ dd(($why_right)->count()) }} --}} @if(($why_right)->count() > 0 || ($why_left)->count() > 0)
@endif
@foreach ($why_right as $wr)
{{ $wr->head }}

{{ $wr->body }}

@endforeach

@lang('head.apps')

@lang('home.pricing')
@foreach ($prices as $price)
{{ $price->price }}$
@lang('home.per') {{ $price->period }} @lang('home.month')
{{-- --}}
    @php $features = explode('
    ',$price->description); @endphp @foreach ($features as $feature)
  • {{ $feature }}
  • @endforeach
@endforeach

@lang('head.channel_list')
{{-- {{ dd($channels) }} --}}
@php $count = 0; @endphp @foreach ($channels as $category_name => $channel)
@foreach ($channel as $index => $ch)
{{ $index+1 }}

{{$ch->name }}

@endforeach
@php $count++; @endphp @endforeach
@endsection