Created
April 16, 2018 16:20
-
-
Save acacha/36a9865668ec963531437ecdef881fc7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@extends('layouts.app') | |
@section('content') | |
<v-container fluid grid-list-md text-xs-center> | |
<v-layout row wrap> | |
<v-flex xs12> | |
<v-card> | |
<v-card-title class="blue darken-3 white--text"><h2>Home</h2></v-card-title> | |
<v-card-text class="px-0 mb-2 hidden-sm-and-down"> | |
Create and amazing app! | |
</v-card-text> | |
</v-card> | |
</v-flex> | |
</v-layout> | |
</v-container> | |
@endsection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment