@extends('layouts.master') @section('title') @lang('translation.dashboard') @endsection @section('content') @include('partials.session')
@if (!$allowed) Comming Soon @else
@csrf

Welcome, {{ session('streaming_user_name') }}!

@if (auth()->user()->hasRole('Super Admin')) @endif

Available Channels @if (Auth::user()->hasRole(\App\Models\User::SuperAdmin)) @endif

@endif
@include('streaming.payment_modal') @endsection @section('script') @endsection