PHP Classes

File: resources/views/livewire/frontend/channel/partial/channel-analytics.blade.php

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   mtube   resources/views/livewire/frontend/channel/partial/channel-analytics.blade.php   Download  
File: resources/views/livewire/frontend/channel/partial/channel-analytics.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: mtube
Application to share videos between users
Author: By
Last change:
Date: 2 years ago
Size: 388 bytes
 

Contents

Class file image Download
<div class="mt-6">
    <div>
        <p><i class="fas fa-spinner fa-pulse"></i> {{ __('Updating Live') }}</p>
    </div>
    <div class="h-96 w-auto flex flex-col justify-center items-center">
        <h1 class="font-bold text-7xl">{{ ReadableNumber($count) }}</h1>
        <p class="font-medium text-2xl">{{ \Illuminate\Support\Str::plural('subscriber', $count) }}</p>
    </div>
</div>