PHP Classes

File: resources/views/frontend/user/channel/show.blade.php

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   mtube   resources/views/frontend/user/channel/show.blade.php   Download  
File: resources/views/frontend/user/channel/show.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: 143 bytes
 

Contents

Class file image Download
@extends('layouts.account')

@section('dashboard')
    @livewire('frontend.channel.view-channel', ['channel_id' => $channel->id ])
@endsection