@php $path = 'frontend'; if(session()->has('display_type')){ if(session('display_type') == 'rtl'){ $path = 'frontend-rtl'; }else{ $path = 'frontend'; } }else if(config('app.display_type') == 'rtl'){ $path = 'frontend-rtl'; } @endphp @extends($path.'.layouts.app'.config('theme_layout')) @section(Config::get('chatter.yields.head')) @if(Config::get('chatter.sidebar_in_discussion_view')) @endif @if($chatter_editor == 'simplemde') @elseif($chatter_editor == 'trumbowyg') @endif @stop @push('after-styles') @endpush @section('content')
{{--
--}} {{--
--}} {{----}} {{--

{{ $discussion->title }}

@lang('chatter::messages.discussion.head_details'){{ $discussion->category->name }}--}} {{--
--}} {{--
--}} @if(config('chatter.errors')) @if(Session::has('chatter_alert'))
{{ Config::get('chatter.alert_messages.' . Session::get('chatter_alert_type')) }} {{ Session::get('chatter_alert') }}
@endif @if (count($errors) > 0)

@lang('chatter::alert.danger.title') @lang('chatter::alert.danger.reason.errors')

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @endif
@if(! Config::get('chatter.sidebar_in_discussion_view'))
@else
@lang('chatter::messages.discussion.all')