@extends(Config::get('chatter.master_file_extend')) @section(Config::get('chatter.yields.head')) @stop @section('content')

{{ $discussion->title }}

Posted In {{ Config::get('chatter.titles.category') }}{{ $discussion->category->name }}
@if(Session::has('chatter_alert'))
{{ Config::get('chatter.alert_messages.' . Session::get('chatter_alert_type')) }} {{ Session::get('chatter_alert') }}
@endif @if (count($errors) > 0)

{{ Config::get('chatter.alert_messages.danger') }} Please fix the following errors:

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif