Skip to content

Instantly share code, notes, and snippets.

@acacha
Created April 16, 2018 16:20
Show Gist options
  • Save acacha/36a9865668ec963531437ecdef881fc7 to your computer and use it in GitHub Desktop.
Save acacha/36a9865668ec963531437ecdef881fc7 to your computer and use it in GitHub Desktop.
@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