PHP Classes

File: resources/views/home.blade.php

Recommend this page to a friend!
  Classes of Ahmed Khan   PHP Realtime Chat with Laravel, Vue.js and Pusher   resources/views/home.blade.php   Download  
File: resources/views/home.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Realtime Chat with Laravel, Vue.js and Pusher
Realtime chat application with an API and channels
Author: By
Last change:
Date: 2 years ago
Size: 387 bytes
 

Contents

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

@section('content')
    <div class="row">
        <div class="col-md-8 col-md-offset-2">
            <div class="panel panel-default">
                <div class="panel-heading">Dashboard</div>
                <div class="panel-body">
                    <p>Dashboard</p>
                </div>
            </div>
        </div>
    </div>
@endsection