@extends('site.inner') @section('title') {!! $category->title !!} @endsection @section('breadcrumb') {{ breadcrumb() }} @endsection {{-- @section('page_title') {!! $category->title !!} @endsection --}} @section('page_content')

{{ $category->title }}

{!! nl2br($category->summary) !!}
@if(count($members)) @foreach ($members as $group) @endforeach @else
{{label('lbl_no_information')}}
@endif
@stop