| 
									
										
										
										
											2015-06-27 08:06:24 +02:00
										 |  |  | <div class="modal-dialog">
 | 
					
						
							|  |  |  |     <div class="modal-content">
 | 
					
						
							|  |  |  |         <form style="display: inline;" id="remove" action="{{ route('piggy-banks.remove', piggyBank.id) }}" method="POST">
 | 
					
						
							|  |  |  |             <input type="hidden" name="_token" value="{{ csrf_token() }}"/>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-02 11:32:45 +02:00
										 |  |  |             <div class="modal-header">
 | 
					
						
							| 
									
										
										
										
											2017-08-20 12:43:31 +02:00
										 |  |  |                 <button type="button" class="close" data-dismiss="modal"><span>×</span><span class="sr-only">{{ 'close'|_ }}</span>
 | 
					
						
							| 
									
										
										
										
											2015-06-27 08:06:24 +02:00
										 |  |  |                 </button>
 | 
					
						
							| 
									
										
										
										
											2017-08-20 12:43:31 +02:00
										 |  |  |                 <h4 class="modal-title">{{ trans('firefly.remove_money_from_piggy_title', {name: piggyBank.name}) }}</h4>
 | 
					
						
							| 
									
										
										
										
											2015-05-02 11:32:45 +02:00
										 |  |  |             </div>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             <div class="modal-body">
 | 
					
						
							|  |  |  |                 <p>
 | 
					
						
							| 
									
										
										
										
											2018-04-21 23:48:54 +02:00
										 |  |  |                     {{ 'max_amount_remove'|_ }}: {{ formatAmountByCurrency(currency, repetition.currentamount) }}.
 | 
					
						
							| 
									
										
										
										
											2015-05-02 11:32:45 +02:00
										 |  |  |                 </p>
 | 
					
						
							| 
									
										
										
										
											2015-06-27 08:06:24 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-02 11:32:45 +02:00
										 |  |  |                 <div class="input-group">
 | 
					
						
							| 
									
										
										
										
											2018-04-21 23:48:54 +02:00
										 |  |  |                     <div class="input-group-addon">{{ currency.symbol|raw }}</div>
 | 
					
						
							|  |  |  |                     <input step="any" class="form-control" id="amount" autocomplete="off" name="amount" max="{{ repetition.currentamount }}"
 | 
					
						
							| 
									
										
										
										
											2015-06-27 08:06:24 +02:00
										 |  |  |                            type="number">
 | 
					
						
							| 
									
										
										
										
											2015-05-02 11:32:45 +02:00
										 |  |  |                 </div>
 | 
					
						
							|  |  |  |             </div>
 | 
					
						
							|  |  |  |             <div class="modal-footer">
 | 
					
						
							| 
									
										
										
										
											2015-05-14 10:26:15 +02:00
										 |  |  |                 <button type="button" class="btn btn-default" data-dismiss="modal">{{ 'close'|_ }}</button>
 | 
					
						
							| 
									
										
										
										
											2015-05-25 09:23:45 +02:00
										 |  |  |                 <button type="submit" class="btn btn-primary">{{ 'remove'|_ }}</button>
 | 
					
						
							| 
									
										
										
										
											2015-05-02 11:32:45 +02:00
										 |  |  |             </div>
 | 
					
						
							|  |  |  |         </form>
 | 
					
						
							| 
									
										
										
										
											2015-05-05 12:51:57 +02:00
										 |  |  |     </div>
 | 
					
						
							| 
									
										
										
										
											2015-06-27 08:06:24 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | </div>
 |