Skip to content

Instantly share code, notes, and snippets.

@andreferraro
Created July 23, 2015 18:25
Show Gist options
  • Save andreferraro/afbb11c17617bb069795 to your computer and use it in GitHub Desktop.
Save andreferraro/afbb11c17617bb069795 to your computer and use it in GitHub Desktop.
@extends('layout')
@section('content')
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="panel panel-default">
<div class="panel-heading">Home</div>
<div class="panel-body">
<p>Bem vindo à aplica&ccedil;&atilde;o!</p>
</div>
</div>
</div>
</div>
</div>
@endsection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment