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

Edit Branch

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

Edit Branch

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

Address

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

SEO

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

Cover Photo

{{ createImageInput('cover_photo', 'Cover Photo', '', $data->cover_photo) }}
{{ createImageInput('thumb', 'Thumb', '', $data->thumb) }}

Published

@endsection