@extends ('backend.layouts.app') @section('title', trans('articlesrelated.backend.management') . ' | ' . trans('articlesrelated.backend.edit')) @section('page-header')

{{ trans('articlesrelated.backend.management') }} {{ trans('articlesrelated.backend.edit') }}

@endsection @section('content') @if (!empty($articleRelated))

{{ trans('articlesrelated.backend.relatedList.title', ['parentID' => $articleRelated['parent_id']]) }}

@csrf

{{ trans('articlesrelated.backend.form.formTitle') }}

{!! Html::label('article_id', 'New Related Article', ['class' => 'col-lg-2 control-label required']) !!}
{!! Html::text('article_id')->class('form-control box-size')->placeholder('New Related Article')->required()->style('float:left;') !!}
@endif @endsection @section('before-scripts') @endsection