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

Add Blog

@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') }}
{{--

Attributes

{{ createCustomSelect('tbl_blogs', 'title', 'blog_id', '', 'Parent Blog', 'parent_blog', 'form-control select2', 'status<>-1') }}
--}}

Image

{{-- {{ createImageInput('image', 'Image') }}
--}} {{ createImageInput('thumb', 'Thumb') }}
{{ createImageInput('cover', 'Cover') }}

Published

@endsection