@extends('layouts.master') @section('page_title', 'Create New Business Words') @section('content') {!! Form::open(['url' => action('SuperAdminSourceDataController@post_business_word_create')]) !!}
{{ Form::page_header("Create New Business Words", "sourcedata") }}
{{ Form::button_back() }}
{{ Form::label_styled('Business Word Name:', 'source-data-label', \App\Helpers\FormComponentHelper::SIZE_LARGE) }} {{ Form::text_styled('new_business_word_0', null, 'account-pages-text-input') }} {{ 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