@extends('layouts.master') @section('page_title', 'Create New Website Words') @section('content') {!! Form::open(['url' => action('SuperAdminSourceDataController@post_website_word_create')]) !!}
{!! Html::image('img/icon_sourcedata.png') !!}

Create New Website Words

{{ Form::button_back() }}
{{ Form::label_styled('Website Word Name:', 'source-data-label', \App\Helpers\FormComponentHelper::SIZE_LARGE) }} {{ Form::text_styled('new_website_word_0', null, 'account-pages-text-input', null) }} {{ Form::hidden("active_0", 0) }} {{ Form::checkbox_styled('active_0', null, 'Active', null, 'brand-checkbox no-fade') }}

{{ Form::button_ex('Add Another', null, 'add-new-word') }} {{ Form::button_save('Done') }}
{!! Form::close() !!} @endsection @section('page_script') @endsection