PHP Classes

File: resources/views/backend/channel/user.blade.php

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

Contents

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

@section('content')
    <div class="flex justify-between">
        <h2 class="text-2xl font-bold leading-7 text-gray-900 sm:text-3xl sm:truncate">
            {{ __('User Management') }}
        </h2>
    </div>
    <div class="mt-6">
        @livewire('backend.channel.table.users-table')
    </div>
@endsection