@extends('layouts.master') @section('title') @lang('translation.dashboard') @endsection @section('content') @include('partials.session')

Good Morning, {{ Auth::user()->first_name }}!

Here's what's happening with GC7 Cafe today.

@if(isset($dashboardImages) && count($dashboardImages) > 0) @endif
@if(!empty($channels) && count($channels) > 0)

Number Streaming Channels


@forelse($channels as $channel)
{{ $channel->channel_name }} @if(isset($channel->password) && $channel->password != '') Private @else Public @endif
{{ $channel->channel_name }}
{{ $channel->description }}
{{ $channel->created_at->diffForHumans() }}
Join @if($channel->user_id == auth()->id() || (auth()->user() && auth()->user()->hasRole('Super Admin'))) @endif
@empty

No Channels Available

Be the first to create a channel!

@endforelse
@endif @can('View Jackpot') @include('dashboard.components.jackpots.index') @endcan @include('dashboard.components.games.index')
@php $ad = $ads->where('ad_size','970x90')->first(); @endphp @if($ad) @else {{--
Ad space available: 970x90
--}} @endif
@php $ad = $ads->where('ad_size','970x250')->first(); @endphp @if($ad) @else {{--
Ad space available: 970x250
--}} @endif
@php $ad = $ads->where('ad_size','336x280')->first(); @endphp @if($ad)
Ad Image
@else {{--
Ad space available: 336x280
--}} @endif
@php $ad = $ads->where('ad_size','300x250')->first(); @endphp @if($ad)
Ad Image
@else {{--
Ad space available: 300x250
--}} @endif
@php $ad = $ads->where('ad_size','250x250')->first(); @endphp @if($ad) @else {{--
Ad space available: 250x250
--}} @endif
@php $ad = $ads->where('ad_size','120x600')->first(); @endphp @if($ad) @else {{--
Ad space available: 120x600
--}} @endif
@php $ad = $ads->where('ad_size','160x600')->first(); @endphp @if($ad) @else {{--
Ad space available: 160x600
--}} @endif
@php $ad = $ads->where('ad_size','300x600')->first(); @endphp @if($ad) @else {{--
Ad space available: 300x600
--}} @endif
@php $ad = $ads->where('ad_size','320x480')->first(); @endphp @if($ad)
Ad Image
@else {{--
Ad space available: 320x480
--}} @endif
@php $ad = $ads->where('ad_size','320x100')->first(); @endphp @if($ad) @else {{--
Ad space available: 320x100
--}} @endif @php $ad = $ads->where('ad_size','320x50')->first(); @endphp @if($ad)
Ad Image
@else {{--
Ad space available:320x50
--}} @endif
@php $ad = $ads->where('ad_size','300x100')->first(); @endphp @if($ad) @else {{--
Ad space available: 300x100
--}} @endif @php $ad = $ads->where('ad_size','300x50')->first(); @endphp @if($ad)
Ad Image
@else {{--
Ad space available: 300x50
--}} @endif
@endsection @section('script') @endsection