@section('content')

Texts Chapter

@include('admin.text.partial.cat', array('categories'=> $categories, 'currentCat' => $category))

Editor

{!!$text ? $text->text : ''!!}
@stop