| 
									
										
										
										
											2015-05-02 08:32:20 +02:00
										 |  |  | {% extends "./layout/default.twig" %}
 | 
					
						
							| 
									
										
										
										
											2015-06-19 20:59:14 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% block breadcrumbs %}
 | 
					
						
							| 
									
										
										
										
											2015-05-02 08:32:20 +02:00
										 |  |  |     {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName) }}
 | 
					
						
							| 
									
										
										
										
											2015-06-19 20:59:14 +02:00
										 |  |  | {% endblock %}
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block content %}
 | 
					
						
							| 
									
										
										
										
											2016-08-27 09:38:58 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <form method="POST" action="{{ route('budgets.store') }}" accept-charset="UTF-8" class="form-horizontal" id="store">
 | 
					
						
							|  |  |  |         <input name="_token" type="hidden" value="{{ csrf_token() }}">
 | 
					
						
							| 
									
										
										
										
											2016-10-22 22:03:00 +02:00
										 |  |  |         <input name="active" type="hidden" value="1">
 | 
					
						
							| 
									
										
										
										
											2016-08-27 09:38:58 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |         <div class="row">
 | 
					
						
							|  |  |  |             <div class="col-lg-6 col-md-6 col-sm-12">
 | 
					
						
							|  |  |  |                 <div class="box box-primary">
 | 
					
						
							|  |  |  |                     <div class="box-header with-border">
 | 
					
						
							|  |  |  |                         <h3 class="box-title">{{ 'mandatoryFields'|_ }}</h3>
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							|  |  |  |                     <div class="box-body">
 | 
					
						
							|  |  |  |                         {{ ExpandedForm.text('name') }}
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							| 
									
										
										
										
											2015-06-22 07:24:44 +02:00
										 |  |  |                 </div>
 | 
					
						
							| 
									
										
										
										
											2015-05-02 08:32:20 +02:00
										 |  |  |             </div>
 | 
					
						
							| 
									
										
										
										
											2016-08-27 09:38:58 +02:00
										 |  |  |             <div class="col-lg-6 col-md-6 col-sm-12">
 | 
					
						
							|  |  |  |                 <!-- panel for options -->
 | 
					
						
							|  |  |  |                 <div class="box">
 | 
					
						
							|  |  |  |                     <div class="box-header with-border">
 | 
					
						
							|  |  |  |                         <h3 class="box-title">{{ 'options'|_ }}</h3>
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							|  |  |  |                     <div class="box-body">
 | 
					
						
							|  |  |  |                         {{ ExpandedForm.optionsList('create','budget') }}
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							|  |  |  |                     <div class="box-footer">
 | 
					
						
							|  |  |  |                         <button type="submit" class="btn pull-right btn-success">{{ 'store_new_budget'|_ }}</button>
 | 
					
						
							|  |  |  |                     </div>
 | 
					
						
							| 
									
										
										
										
											2015-05-02 08:32:20 +02:00
										 |  |  |                 </div>
 | 
					
						
							| 
									
										
										
										
											2016-08-27 09:38:58 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-02 08:32:20 +02:00
										 |  |  |             </div>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         </div>
 | 
					
						
							| 
									
										
										
										
											2016-08-27 09:38:58 +02:00
										 |  |  |     </form>
 | 
					
						
							| 
									
										
										
										
											2015-05-02 08:32:20 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% endblock %}
 |