예제 #1
0
    ?>

    @include($module['tpl'].'menu')

	{{ Form::model($element, array('url' => $url, 'class' => 'smart-form', 'id' => $module['entity'].'-form', 'role' => 'form', 'method' => $method)) }}

    <div class="row margin-top-10">
        <section class="col col-lg-12">
            <div class="well">

                <header>{{ $form_title }}</header>

                <div class="clearfix">

                    <?
                    $news_types = Dictionary::whereSlugValues('news_type');
                    ?>

                    <fieldset class="col col-sm-12 col-md-12 col-lg-{{ $news_types->count() ? '4' : '7' }}">

                        <section class="">
                            <label class="label">
                                Идентификатор новости
                            </label>
                            <label class="input">
                                <i class="icon-append fa fa-list-alt"></i>
                                {{ Form::text('slug') }}
                            </label>
                            <label class="note">
                                <i class="fa fa-warning"></i> <strong>Только</strong> английские буквы в нижнем регистре, цифры или знак нижнего подчеркивания: "_"
                            </label>