@extends('mobile.master')
@section('content')
<div class="mobile-page">
<h1>{{ $entity->name }}</h1>
<article class="text-block white {{$entity->code_name}}">
{{ $entity->description }}
{{ $entity->description_two }}
</article>
</div>
@stop