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

Edit Header Menu

@csrf
{{createText("title","title","Display Title",'',$data->title)}}
{{createCustomSelect('tbl_menulocations', 'title', 'menulocation_id', $data->menulocations_id, 'Menu Location','menulocations_id', 'form-control select2','status<>-1')}}
{{createCustomSelectFromArray($menuTypes,"Menu Type","type",$data->type,"REQUIRED")}}
{{createCustomSelect('tbl_menuitems', 'title', 'menu_id', $data->parent_menu, 'Sub Menu of (Ignore if it is going as root)','parent_menu', 'form-control select2','status<>-1')}}
{{createText("ref","ref","# or Start from / or http:// or https://",'',$data->ref)}}

Target

{{createCustomSelectFromArray(array(['display'=>'Self','value'=>"_SELF"],['display'=>'New Tab','value'=>"_BLANK"]),"","target",$data->target)}}
@endsection @push("js") @endpush