@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')
@lang('chatter::alert.danger.title') @lang('chatter::alert.danger.reason.errors')