@extends('layouts.master') @section('content') {!! Form::open(['url' => action('SuperAdminSourceDataController@post_component_create', $driver)]) !!}
{!! Html::image('img/icon_sourcedata.png') !!}

Create New Components

{{ Form::button_back() }}

{{ Form::label_styled('Component Name:', 'source-data-label', \App\Helpers\FormComponentHelper::SIZE_LARGE) }} {{ Form::text_styled('new_component_0', null, 'account-pages-text-input md-lg', null) }} {{ Form::hidden('active_0', 0) }} {{ Form::checkbox('active_0', 1, null, ['class' => 'brand-checkbox no-fade']) }}

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