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

Add Branch

@csrf
{{ createCustomSelect('tbl_branches', 'title', 'branch_id', '', 'Parent Branch', 'parent_branch', 'form-control select2', 'status<>-1') }}

Add Branch

{{ createText('title', 'title', 'Title') }}
{{ createText('contact_person', 'contact_person', 'Contact Person') }}
{{ createText('designation', 'designation', 'Designation') }}
{{ createTextarea('text', 'text ckeditor-classic', 'Description') }}

Address

{{ createText('contact1', 'contact1', 'Contact Number') }}
{{ createText('contact2', 'contact2', 'Contact Number 2') }}
{{ createText('email', 'email', 'Email') }}
{{ createText('address', 'address', 'Address') }}
{{ createPlainTextArea('google_map', 'google_map ', 'Google Map') }}

SEO

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

Cover Photo

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

Published

@endsection