|
41 | 41 | <h3 class="box-title">Identity</h3> |
42 | 42 | </div> |
43 | 43 | <div class="box-body"> |
44 | | - <div class="row"> |
45 | | - <div class="form-group col-md-6"> |
46 | | - <label for="email" class="control-label">Email</label> |
47 | | - <div> |
48 | | - <input type="text" autocomplete="off" name="email" value="{{ old('email') }}" class="form-control" /> |
49 | | - </div> |
| 44 | + <div class="form-group"> |
| 45 | + <label for="email" class="control-label">Email</label> |
| 46 | + <div> |
| 47 | + <input type="text" autocomplete="off" name="email" value="{{ old('email') }}" class="form-control" /> |
50 | 48 | </div> |
51 | | - <div class="form-group col-md-6"> |
52 | | - <label for="username" class="control-label">Username</label> |
53 | | - <div> |
54 | | - <input type="text" autocomplete="off" name="username" value="{{ old('username') }}" class="form-control" /> |
55 | | - </div> |
| 49 | + </div> |
| 50 | + <div class="form-group"> |
| 51 | + <label for="username" class="control-label">Username</label> |
| 52 | + <div> |
| 53 | + <input type="text" autocomplete="off" name="username" value="{{ old('username') }}" class="form-control" /> |
56 | 54 | </div> |
57 | 55 | </div> |
58 | | - <div class="row"> |
59 | | - <div class="form-group col-md-6"> |
60 | | - <label for="name_first" class="control-label">Client First Name</label> |
61 | | - <div> |
62 | | - <input type="text" autocomplete="off" name="name_first" value="{{ old('name_first') }}" class="form-control" /> |
63 | | - </div> |
| 56 | + <div class="form-group"> |
| 57 | + <label for="name_first" class="control-label">Client First Name</label> |
| 58 | + <div> |
| 59 | + <input type="text" autocomplete="off" name="name_first" value="{{ old('name_first') }}" class="form-control" /> |
64 | 60 | </div> |
65 | | - <div class="form-group col-md-6"> |
66 | | - <label for="name_last" class="control-label">Client Last Name</label> |
67 | | - <div> |
68 | | - <input type="text" autocomplete="off" name="name_last" value="{{ old('name_last') }}" class="form-control" /> |
69 | | - </div> |
| 61 | + </div> |
| 62 | + <div class="form-group"> |
| 63 | + <label for="name_last" class="control-label">Client Last Name</label> |
| 64 | + <div> |
| 65 | + <input type="text" autocomplete="off" name="name_last" value="{{ old('name_last') }}" class="form-control" /> |
70 | 66 | </div> |
71 | | - |
72 | 67 | </div> |
73 | 68 | </div> |
74 | 69 | <div class="box-footer"> |
|
0 commit comments