Execute
Save
Share
Share link
share
share
share
Team
Public Teams
Comments
0
Created By:
Guest
Title:
Title
Description
Edit
Copy Link
Login
Email *
Password *
Login
OR
Create Account
Screen Name *
Email *
Password *
Retype Password *
Team Access Code
Register
Public CodeBins
HELP
--Select Theme--
Ambiance
Blackboard
Cobalt
Eclipse
Elegant
Erlang-Dark
Lesser-Dark
Monokai
Neat
Night
Rubyblue
Vibrant-Ink
Xq-Dark
New CodeBin
CodeBins Versions
10/23/2016- V.1
Recent CodeBins
View All CodeBins
@extends('layouts.app') @section('content') < div class = "row" > < div class = "container" > < div class = "col-sm-8 col-md-offset-1" > < h2 > Create New Account < /h2> <div class="accordion-group panel-group" id="myGroup"> <form class="form-horizontal" role="form" method="post" action="/accounts "> {{-----------------------------ACCOUNTS PANEL-------------------------------}} <div class=" collapse - in panel panel - default " id=" account - panel "> <div class=" panel - body "> {{--<form class=" form - horizontal " role=" form " method=" post " action=" / accounts ">--}} <div class=" row " id=" progress - bar "> <img src=" / images / dsd - admin - icons / progress - bars / new - acct - 1.png " class=" img - responsive "> </div> <div class=" form - group { { $errors - > has('account_no') ? ' has-error' : '' } } "> <label for=" account_no " class=" col - md - 4 control - label ">Account Number</label> <div class=" col - md - 6 "> <input id=" account_no " type=" text " class=" form - control " name=" account_no " value=" { { old('account_no') } } "> {{csrf_field()}} @if ($errors->has('account_no')) <span class=" help - block "> <strong>{{ $errors->first('account_no') }}</strong> </span> @endif </div> </div> <div class=" form - group { { $errors - > has('name') ? ' has-error' : '' } } "> <label for=" name " class=" col - md - 4 control - label ">Customer Name</label> <div class=" col - md - 6 "> <input id=" name " type=" text " class=" form - control " name=" name " value=" { { old('name') } } "> @if ($errors->has('name')) <span class=" help - block "> <strong>{{ $errors->first('name') }}</strong> </span> @endif </div> </div> <div class=" form - group { { $errors - > has('acct_type') ? ' has-error' : '' } } "> <label for=" acct_type " class=" col - md - 4 control - label ">Account Type</label> <div class=" col - md - 6 "> <input id=" acct_type " type=" text " class=" form - control " name=" acct_type " value=" { { old('acct_type') } } "> @if ($errors->has('acct_type')) <span class=" help - block "> <strong>{{ $errors->first('acct_type') }}</strong> </span> @endif </div> </div> <button class=" btn btn - warning " data-toggle=" collapse " data-target="#billing - panel " data-parent="#myGroup ">Continue</button> {{--</form>--}} </div> </div> {{----------------------------------BILLING PANEL---------------------------}} <div class=" collapse panel panel - default " id=" billing - panel "> <div class=" panel - body "> {{--<form class=" form - horizontal " role=" form " method=" post " action=" / accounts ">--}} <div class=" row " id=" progress - bar "> <img src=" / images / dsd - admin - icons / progress - bars / new - acct - 2.png " class=" img - responsive "> </div> <div class=" form - group { { $errors - > has('bill_to') ? ' has-error' : '' } } "> <label for=" bill_to " class=" col - md - 4 control - label ">Bill To</label> <div class=" col - md - 6 "> <input id=" bill_to " type=" text " class=" form - control " name=" bill_to " value=" { { old('bill_to') } } "> {{csrf_field()}} @if ($errors->has('bill_to')) <span class=" help - block "> <strong>{{ $errors->first('bill_to') }}</strong> </span> @endif </div> </div> <div class=" form - group { { $errors - > has('address_1') ? ' has-error' : '' } } "> <label for=" address_1 " class=" col - md - 4 control - label ">Address 1</label> <div class=" col - md - 6 "> <input id=" address_1 " type=" text " class=" form - control " name=" address_1 " value=" { { old('address_1') } } "> @if ($errors->has('address_1')) <span class=" help - block "> <strong>{{ $errors->first('address_1') }}</strong> </span> @endif </div> </div> <div class=" form - group { { $errors - > has('address_2') ? ' has-error' : '' } } "> <label for=" address_2 " class=" col - md - 4 control - label ">Address 2</label> <div class=" col - md - 6 "> <input id=" address_2 " type=" text " class=" form - control " name=" address_2 " value=" { { old('address_2') } } "> @if ($errors->has('address_2')) <span class=" help - block "> <strong>{{ $errors->first('address_2') }}</strong> </span> @endif </div> </div> <div class=" form - group { { $errors - > has('city') ? ' has-error' : '' } } "> <label for=" city " class=" col - md - 4 control - label ">City</label> <div class=" col - md - 6 "> <input id=" city " type=" text " class=" form - control " name=" city " value=" { { old('city') } } "> @if ($errors->has('city')) <span class=" help - block "> <strong>{{ $errors->first('city') }}</strong> </span> @endif </div> </div> <div class=" form - group { { $errors - > has('state') ? ' has-error' : '' } } "> <label for=" state " class=" col - md - 4 control - label ">State</label> <div class=" col - md - 6 "> <input id=" state " type=" text " class=" form - control " name=" state " value=" { { old('state') } } "> @if ($errors->has('state')) <span class=" help - block "> <strong>{{ $errors->first('state') }}</strong> </span> @endif </div> </div> <div class=" form - group { { $errors - > has('zip') ? ' has-error' : '' } } "> <label for=" zip " class=" col - md - 4 control - label ">Zip</label> <div class=" col - md - 6 "> <input id=" zip " type=" text " class=" form - control " name=" zip " value=" { { old('zip') } } "> @if ($errors->has('zip')) <span class=" help - block "> <strong>{{ $errors->first('zip') }}</strong> </span> @endif </div> </div> {{--<input type=" button " name=" continue " class=" btn btn - warning pull - right ">--}} {{--<input type=" text " name=" account_no ">--}} {{--{{csrf_field()}}--}} {{--<input type=" text " name=" name ">--}} {{--</form>--}} </div> </div> {{-----------------------------------CONTACT PANEL-----------------------}} <div class=" collapse panel panel - default " id=" contact - panel "> <div class=" panel - body "> {{--<form class=" form - horizontal " role=" form " method=" post " action=" / accounts ">--}} <div class=" row " id=" progress - bar "> <img src=" / images / dsd - admin - icons / progress - bars / new - acct - 3.png " class=" img - responsive "> </div> <div class=" form - group { { $errors - > has('phone') ? ' has-error' : '' } } "> <label for=" phone " class=" col - md - 4 control - label ">Phone</label> <div class=" col - md - 6 "> <input id=" phone " type=" text " class=" form - control " name=" phone " value=" { { old('phone') } } "> {{csrf_field()}} @if ($errors->has('phone')) <span class=" help - block "> <strong>{{ $errors->first('phone') }}</strong> </span> @endif </div> </div> <div class=" form - group { { $errors - > has('fax') ? ' has-error' : '' } } "> <label for=" fax " class=" col - md - 4 control - label ">Fax</label> <div class=" col - md - 6 "> <input id=" fax " type=" text " class=" form - control " name=" fax " value=" { { old('fax') } } "> @if ($errors->has('fax')) <span class=" help - block "> <strong>{{ $errors->first('fax') }}</strong> </span> @endif </div> </div> <div class=" form - group { { $errors - > has('primary_contact') ? ' has-error' : '' } } "> <label for=" primary_contact " class=" col - md - 4 control - label ">Primary Contact</label> <div class=" col - md - 6 "> <input id=" primary_contact " type=" text " class=" form - control " name=" primary_contact " value=" { { old('primary_contact') } } "> @if ($errors->has('primary_contact')) <span class=" help - block "> <strong>{{ $errors->first('primary_contact') }}</strong> </span> @endif </div> </div> <div class=" form - group { { $errors - > has('email') ? ' has-error' : '' } } "> <label for=" email " class=" col - md - 4 control - label ">Email</label> <div class=" col - md - 6 "> <input id=" email " type=" text " class=" form - control " name=" email " value=" { { old('email') } } "> @if ($errors->has('email')) <span class=" help - block "> <strong>{{ $errors->first('email') }}</strong> </span> @endif </div> </div> <input type=" submit " name=" submit " class=" btn btn - warning pull - right "> </div> </div> </div> </form> </div> </div> @endsection
Bottom of Page
In Head
On Load
On Ready
Setting
Validate
Copy
Format
Setting
Validate
Copy
Format
No Doc Type
HTML5
HTML 4.01 Transitional
HTML 4.01 Strict
HTML 4.01 Frameset
XHTML 1.1
XHTML 1.0 Transitional
XHTML 1.0 Strict
XHTML 1.0 Frameset
Copy
Format
Download
×
Code Description
×
Difference of Versions
HTML
CSS
JS
×
JS Error
×
CSS Error
Errors
Warnings
×
JavaScript Setting
JS Libraries:
Chrome Frame 1.0.3
Dojo 1.8.0
Dojo 1.7.3
Dojo 1.7.2
Ext Core 3.1.0
jQuery 1.8.0
jQuery 1.7.2
jQuery 1.6.0
jQuery 1.5.0
jQuery 1.4.4
jQuery 1.4.0
jQuery-min 1.7.2
jQueryUI-min 1.8.21
MooTools more-1.4.0.1-full
MooTools core-1.4.5-full
MooTools core-1.4.1-full
Prototype 1.7.1.0
script.aculo.us 1.9.0
SWFObject 2.2
Twitter Bootstrap 2.0.4
WebFont Loader 1.0.28
yui 3.5.1
User Libraries:
Upload File
JavaScript URL(s):
×
CSS Setting
CSS Libraries:
jQueryUI 1.8.21
Twitter Bootstrap 2.0.4
User Libraries:
Upload File
CSS URL(s):