@extends('admin.layouts.master') @section('styles') @parent @stop @section('content') @section('bodyClass') @parent hold-transition skin-blue sidebar-mini @stop
| Select | Setting |
|---|---|
| getMeta('show_in_main_menu') == 1 ? 'checked' : '' }} name="meta[text][show_in_main_menu]" type="checkbox" value="1"> |
{{ Form::label('show_in_main_menu', 'Show in main menu') }} |
| getMeta('show_in_footer_menu') == 1 ? 'checked' : '' }} name="meta[text][show_in_footer_menu]" type="checkbox" value="1"> |
{{ Form::label('show_in_footer_menu', 'Show in footer menu') }} |
| getMeta('is_hash_link') == 1 ? 'checked' : '' }} id="fullHash" name="meta[text][is_hash_link]" type="checkbox" value="1"> |
{{ Form::label('is_hash_link', 'Set hash link') }} |
| getMeta('is_hash_link_in_home_only') == 1 ? 'checked' : '' }} id="homehash" name="meta[text][is_hash_link_in_home_only]" type="checkbox" value="1"> |
{{ Form::label('is_hash_link_in_home_only', 'Show hash link in home only') }} |
| getMeta('visible_to_auth_user') == 1 ? 'checked' : '' }} name="meta[text][visible_to_auth_user]" type="checkbox" value="1"> |
{{ Form::label('visible_to_auth_user', 'Visible to Authenticated User?') }} |