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

Add New Menu

@csrf
{{createText("title","title","Display Title")}}
{{createCustomSelect('tbl_menulocations', 'title', 'menulocation_id', ($menulocation)?$menulocation:'', 'Menu Location','menulocations_id', 'form-control select2','status<>-1')}}
{{createCustomSelectFromArray($menuTypes,"Menu Type","type")}}
{{createCustomSelect('tbl_menuitems', 'title', 'menu_id', '', '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://")}}

Target

{{createCustomSelectFromArray(array(['display'=>'Self','value'=>"_SELF"],['display'=>'New Tab','value'=>"_BLANK"]),"","target","_SELF")}}

Menu Items

@include("crud.generated.menuitems.list",[$data=$TableData])
@endsection @push("js") @endpush