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

Add Event

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

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

{{ createDate('startdate', 'Startdate', '', date('Y-m-d')) }}
{{ createDate('enddate', 'Enddate', '', date('Y-m-d')) }}

Images

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

Published

@endsection