@extends('themes.default1.layouts.agentblank') @section('Users') class="active" @stop @section('user-bar') active @stop @section('organizations') class="active" @stop @section('HeadInclude') @stop @section('PageHeader') @stop @section('breadcrumbs') @stop @section('content') {!! Form::open(['action'=>'Agent\OrganizationController@store','method'=>'post']) !!}

{{Lang::get('lang.create')}} {!! Form::submit(Lang::get('lang.save'),['class'=>'form-group btn btn-primary pull-right'])!!}

{!! Form::label('name',Lang::get('lang.name')) !!} {!! $errors->first('name', ':message') !!} {!! Form::text('name',null,['class' => 'form-control']) !!}
{!! Form::label('phone',Lang::get('lang.phone')) !!} {!! $errors->first('phone', ':message') !!} {!! Form::text('phone',null,['class' => 'form-control']) !!}
{!! Form::label('website',Lang::get('lang.website')) !!} {!! $errors->first('website', ':message') !!} {!! Form::text('website',null,['class' => 'form-control']) !!}
{!! Form::label('address',Lang::get('lang.address')) !!} {!! Form::textarea('address',null,['class' => 'form-control']) !!}
{!! Form::label('internal_notes',Lang::get('lang.internal_notes')) !!} {!! Form::textarea('internal_notes',null,['class' => 'form-control']) !!}
@section('FooterInclude') @stop @stop @stop @section('FooterInclude') @stop