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

Add Branch Article

@csrf
{{ createCustomSelect('tbl_branches', 'title', 'branch_id', '', 'Branches Id', 'branches_id', 'form-control select2', 'status<>-1') }}
{{ createCustomSelect('tbl_brancharticles', 'title', 'article_id', '', 'Parent Article', 'parent_article', 'form-control select2', 'status<>-1') }}
{{ createText('title', 'title', 'Title') }}
{{ createTextarea('text', 'text ckeditor-classic', 'Description') }}

SEO

{{ createText('seo_title', 'seo_title', 'Seo Title') }}
{{ createPlainTextArea('seo_keywords', 'seo_keywords ', 'Seo Keywords') }}
{{ createPlainTextArea('seo_descriptions', 'seo_descriptions ', 'Seo Descriptions') }}
{{ createPlainTextArea('og_tags', 'og_tags ', 'Og Tags') }}

Images

{{ createImageInput('thumb', 'Thumb') }}
{{ createImageInput('cover_photo', 'Cover Photo') }}
@endsection