@extends('admin.layouts.master') @section('styles') @parent @stop @section('content') @section('bodyClass') @parent hold-transition skin-blue sidebar-mini @stop
{{lang('master_records')}} Create Menu
Fields marked (* ) are mandatory
{{ Form::open(array('url' =>apa('post/menu/add'),'files'=>true)) }}
@include('admin.common.user_message')
{!! @$menuDropdown !!}

Menu Settings

Select Setting
{{ Form::checkbox("meta[text][show_in_main_menu]", 1 , true) }} {{ Form::label('show_in_main_menu', 'Show in main menu') }}
{{ Form::checkbox("meta[text][show_in_footer_menu]", 1 , true) }} {{ Form::label('show_in_footer_menu', 'Show in footer menu') }}
{{ Form::checkbox("meta[text][is_hash_link]", 1 , null, ['id'=>'fullHash']) }} {{ Form::label('is_hash_link', 'Set hash link') }}
{{ Form::checkbox("meta[text][is_hash_link_in_home_only]", 1 ,null,['id'=>'homehash']) }} {{ Form::label('is_hash_link_in_home_only', 'Show hash link in home only') }}
{{ Form::close() }}
@stop @section('scripts') @parent @stop