| 
									
										
										
										
											2019-06-06 04:31:25 +00:00
										 |  |  | @extends('site.partial.template') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @section('section') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <div class="title"> | 
					
						
							| 
									
										
										
										
											2019-06-18 20:19:49 +00:00
										 |  |  |     <h3 class="font-weight-bold">{{__('site.contact-us')}}</h3> | 
					
						
							| 
									
										
										
										
											2019-06-06 04:31:25 +00:00
										 |  |  |   </div> | 
					
						
							|  |  |  |   <hr> | 
					
						
							|  |  |  |   <section> | 
					
						
							|  |  |  |     @auth | 
					
						
							| 
									
										
										
										
											2019-06-18 20:23:21 +00:00
										 |  |  |     <p class="lead"> | 
					
						
							| 
									
										
										
										
											2019-06-19 00:39:46 +00:00
										 |  |  |       @if(config('instance.email') && config('instance.contact.enabled')) | 
					
						
							|  |  |  |         You can contact the admins by sending an email to <span class="font-weight-bold">{{config('instance.email')}}</span> or by using the form below. | 
					
						
							|  |  |  |       @elseif(config('instance.email') && !config('instance.contact.enabled')) | 
					
						
							|  |  |  |         You can contact the admins by sending an email to <span class="font-weight-bold">{{config('instance.email')}}</span>. | 
					
						
							|  |  |  |       @elseif(!config('instance.email') && config('instance.contact.enabled')) | 
					
						
							| 
									
										
										
										
											2019-06-18 20:23:21 +00:00
										 |  |  |        You can contact the admins by using the form below. | 
					
						
							| 
									
										
										
										
											2019-06-19 00:39:46 +00:00
										 |  |  |       @else | 
					
						
							|  |  |  |         The admins have not set a contact email address. | 
					
						
							| 
									
										
										
										
											2019-06-18 20:23:21 +00:00
										 |  |  |       @endif | 
					
						
							|  |  |  |     </p> | 
					
						
							| 
									
										
										
										
											2019-06-18 20:29:22 +00:00
										 |  |  |     @if(config('instance.contact.enabled')) | 
					
						
							| 
									
										
										
										
											2019-06-06 04:31:25 +00:00
										 |  |  |   	<form method="POST"> | 
					
						
							|  |  |  |       @csrf | 
					
						
							|  |  |  |   		<div class="form-group"> | 
					
						
							|  |  |  |   			<label for="input1" class="font-weight-bold">Message</label> | 
					
						
							|  |  |  |   			<textarea class="form-control" id="input1" name="message" rows="6" placeholder=""></textarea> | 
					
						
							|  |  |  |   			<span class="form-text text-muted text-right msg-counter">0/500</span> | 
					
						
							|  |  |  |   		</div> | 
					
						
							|  |  |  | 		<div class="form-group form-check"> | 
					
						
							|  |  |  | 			<input type="checkbox" class="form-check-input" id="input2" name="request_response"> | 
					
						
							|  |  |  | 			<label class="form-check-label" for="input2">Request response from admins</label> | 
					
						
							|  |  |  | 		</div> | 
					
						
							|  |  |  |   		<button type="submit" class="btn btn-primary font-weight-bold py-0">Submit</button> | 
					
						
							|  |  |  |   	</form> | 
					
						
							| 
									
										
										
										
											2019-06-18 20:29:22 +00:00
										 |  |  |     @endif | 
					
						
							| 
									
										
										
										
											2019-06-06 04:31:25 +00:00
										 |  |  |     @else | 
					
						
							|  |  |  |     <p class="lead"> | 
					
						
							| 
									
										
										
										
											2019-06-19 00:49:45 +00:00
										 |  |  |       @if(config('instance.email') && config('instance.contact.enabled')) | 
					
						
							|  |  |  |         You can contact the admins by sending an email to <span class="font-weight-bold">{{config('instance.email')}}</span> or log in to send a message. | 
					
						
							|  |  |  |       @elseif (!config('instance.email') && config('instance.contact.enabled')) | 
					
						
							| 
									
										
										
										
											2019-06-19 00:39:46 +00:00
										 |  |  |         The admins have not set a contact email address. Please log in to send a message. | 
					
						
							| 
									
										
										
										
											2019-06-19 00:49:45 +00:00
										 |  |  |       @elseif (config('instance.email') && !config('instance.contact.enabled')) | 
					
						
							|  |  |  |         You can contact the admins by sending an email to <span class="font-weight-bold">{{config('instance.email')}}</span>. | 
					
						
							| 
									
										
										
										
											2019-06-06 04:31:25 +00:00
										 |  |  |       @endif | 
					
						
							|  |  |  |     </p> | 
					
						
							|  |  |  |     @endauth | 
					
						
							|  |  |  |   </section> | 
					
						
							|  |  |  | @endsection | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @auth | 
					
						
							|  |  |  | @push('styles') | 
					
						
							|  |  |  | <meta name="csrf-token" content="{{ csrf_token() }}"> | 
					
						
							|  |  |  | @endpush | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @push('scripts') | 
					
						
							|  |  |  | <script type="text/javascript"> | 
					
						
							|  |  |  |   $('#input1').on('keyup change paste', function(el) { | 
					
						
							|  |  |  |     let len = el.target.value.length; | 
					
						
							|  |  |  |     $('.msg-counter').text(len + '/500'); | 
					
						
							|  |  |  |   }); | 
					
						
							|  |  |  | </script> | 
					
						
							|  |  |  | @endpush | 
					
						
							|  |  |  | @endauth |