Guest User

Untitled

a guest
Apr 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. @extends('layouts.app')
  2.  
  3. @section('content')
  4.  
  5. <v-container fluid grid-list-md text-xs-center>
  6. <v-layout row wrap>
  7. <v-flex xs12>
  8. <v-card>
  9. <v-card-title class="blue darken-3 white--text"><h2>Home</h2></v-card-title>
  10. <v-card-text class="px-0 mb-2 hidden-sm-and-down">
  11. Create and amazing app!
  12. </v-card-text>
  13. </v-card>
  14. </v-flex>
  15. </v-layout>
  16. </v-container>
  17.  
  18. @endsection
Add Comment
Please, Sign In to add comment