PHP Classes

File: resources/views/frontend/page/watch.blade.php

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

Contents

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

@section('content')
    <div class="container mx-auto">
        @livewire('frontend.video.watch-video', ['video' => $video])
    </div>
@endsection