Skip to content

Instantly share code, notes, and snippets.

@mateusgf
Created July 27, 2013 00:26
Show Gist options
  • Save mateusgf/6093110 to your computer and use it in GitHub Desktop.
Save mateusgf/6093110 to your computer and use it in GitHub Desktop.
@layout('layouts.default')
@section('content')
<h1>{{ ucfirst($question->user->username) }} asks:</h1>
<p>
{{ e($question->question) }}
</p>
@endsection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment