PHP Classes

File: resources/views/home.blade.php

Recommend this page to a friend!
  Classes of Ahmed Khan   Laravel Comment System with VUE.js   resources/views/home.blade.php   Download  
File: resources/views/home.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Comment System with VUE.js
Manage user comments in Laravel applications
Author: By
Last change:
Date: 2 years ago
Size: 659 bytes
 

Contents

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

@section('content')
 <link href="css/comment.css" rel="stylesheet" type="text/css">
<div class="container">
    <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">
                    You are logged in!
                   
                </div>
            </div>
        </div>
    </div>
    <div class="row">
        <div class="col-md-12" style="background:white;">
            <comment comment-url="1235"></comment>
        </div>
    </div>
</div>
@endsection