@extends('admin.layouts.master') @section('styles') @parent @stop @section('content') @section('bodyClass') @parent hold-transition skin-blue sidebar-mini @stop
| 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') }} |