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

Add Institutions

@csrf
{{ createText('title', 'title', 'Title') }}
{{ createText('email', 'email', 'Email') }}
{{ createText('url', 'url', 'URL') }}
{{ 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_countries', 'title', 'country_id', '', 'Country', 'countries_id', 'form-control select2', 'status<>-1') }}

Image

{{ createImageInput('logo', '') }}

Published

@endsection