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

Add Study Abroads Article

@csrf
{{ createText('title', 'title', 'Title') }}
{{ createTextarea('text', 'text ckeditor-classic', 'Description') }}

SEO

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

Atributes

{{ createCustomSelect('tbl_countries', 'title', 'country_id', '', 'Country', 'countries_id', 'form-control select2', 'status<>-1') }} {{ createCustomSelect('tbl_countryarticles', 'title', 'article_id', '', 'Parent Article', 'parent_article', 'form-control select2', 'status<>-1') }}

Images

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