@extends('layouts.app') @section('title', __('titles.windows.decline_review')) @section('content')

{{ __('titles.windows.decline_review') }}

@infomessage(['html_message' => __('copy.give_us_a_reason', ['name' => $user->name(), 'journal' => $call_for_paper->journal->title])])

{{ $submission->title }}

@if($submission->subtitle != '') {{ $submission->subtitle }} @endif @if(count($submission->tags))
@foreach($submission->tags as $tag) @include('includes.shared.readonly_tag', ['tag' => $tag]) @endforeach
@endif
@csrf
@endsection