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

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

@csrf @method('PUT') @include('publishing.journals.includes.journal_theme_edit_form_one') @include('publishing.journals.includes.journal_theme_edit_form_two') @include('publishing.journals.includes.journal_theme_edit_form_three')
@endsection