PHP Classes

File: resources/views/layouts/includes/frontend/sidebar.blade.php

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   mtube   resources/views/layouts/includes/frontend/sidebar.blade.php   Download  
File: resources/views/layouts/includes/frontend/sidebar.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: 731 bytes
 

Contents

Class file image Download
<ul class="fixed">
    <li class=" w-full items-center pl-4 {{ active(['user.dashboard'], 'border-l-2 border-gray-800') }}">
        <a class="text-gray-800 hover:text-red-600 text-xs uppercase py-3 font-bold block" href="{{ route('user.dashboard')}}">
            <i class="fas fa-tv opacity-75 mr-2 text-sm"></i> {{ __('Dashboard') }}
        </a>
    </li>
    <li class=" w-full items-center pl-4 {{ active(['user.channels', 'user.channels.*'], 'border-l-2 border-gray-800') }}">
        <a class="text-gray-800 hover:text-red-600 text-xs uppercase py-3 font-bold block" href="{{ route('user.channels')}}">
            <i class="far fa-list-music opacity-75 mr-2 text-sm"></i> {{ __('Channels') }}
        </a>
    </li>
</ul>