@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'])

{{ __('titles.pages.' . $page_title) }}

@include('workflow.papers.includes.update_form_1')
@foreach($js_scripts as $script) @endforeach
@endsection