@extends('layouts.app') @section('title', __('titles.windows.' . $page_title)) @section('content')
@include('includes.shared.go_back_button', ['route' => 'users.dashboard.show', 'link' => 'back_to_user_dashboard'])

{{ $submission->title }}

@if($submission->subtitle != '')

{{ $submission->subtitle }}

@endif @if(count($tags))
@foreach($tags as $tag) @include('includes.shared.readonly_tag', ['tag' => $tag]) @endforeach
@endif
@include('publishing.etherpad_editor')
@include('workflow.reviews.includes.create_form')
@endsection