@extends('layouts.master')
@section('content')
<section class="panel table">
<div class="column w5 image-holder table-cell">
@yield('image')
</div>
<div class="column w7 table-cell">
<article class="text-panel">
@yield('text')
</article>
</div>
</section>
@stop