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

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

@include('workflow.call_for_papers.includes.create_form_1')
@endsection