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

Add Sevrice

@csrf
{{ 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') }}
{{--
{{ createCustomSelect('tbl_services', 'title', 'service_id', '', 'Parent Service', 'parent_service', 'form-control select2', 'status<>-1') }}
--}}
{{ createText('link', 'link', 'Icon') }}

Image

{{ createImageInput('cover_photo', 'Image') }}
@endsection