@extends('layouts.app') @section('title', __('titles.windows.update_call_for_paper')) @section('content')
@include('includes.shared.go_back_button', ['route' => 'journals.dashboard.show', 'link' => 'back_to_journal_dashboard'])

{{ __('titles.pages.update_call_for_paper') }}

@if($show_tabs)
@endif
@include($include_form_step)
@endsection