@extends('backend.template') @section('content')

{{ label('Add Otherarticles') }}

@csrf
{{ createCustomSelect('tbl_otherarticles', 'title', 'article_id', '', 'Parent Article', 'parent_article', 'form-control select2', 'status<>-1') }}
{{ createText('title', 'title', 'Title') }}
{{ createTextarea('text', 'text ckeditor-classic', 'Text') }}
{{ createImageInput('cover_photo', 'Cover Photo') }}

@endsection