PHP Classes

File: resources/views/layouts/account.blade.php

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

Contents

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

@section('content')
<div class="pt-20 px-8 bg-gray-100 min-h-screen">
    <div class="container mx-auto mt-6">
        @yield('dashboard')
    </div>
</div>
@endsection