Sindbad~EG File Manager

Current Path : /var/www/html/gamificacionbahia.sumar.com.py/resources/views/paginas/
Upload File :
Current File : /var/www/html/gamificacionbahia.sumar.com.py/resources/views/paginas/contacto.blade-bk.php

@extends('layouts.frontend')
@section('contenido')
	<style>
        body { 
			background: url(/frontend/contacto.jpg) no-repeat center center fixed;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
    </style>
	<livewire:navbar></livewire:navbar> 
		
	<div class="container">
	  	<div class="row">

			<div class="col-md-8" style="margin-top: 30px;">
				<div class="row">
					<div class="col-lg-12"><br><br>
			      		<h1 style="font-size: 5vw;">¡Contactanos!</h1>
						<p style="color: white">CONTACTANOS SOBRE ASUNTOS DE AVENTURA, CONSULTAS SOBRE LAS MISIONES, RECLAMOS, SUGERENCIAS, ETC.</p>
						 <form action="{{ route('contact') }}" method="POST" enctype="multipart/form-data">
            				@csrf
							<div class="form-group">
								<textarea class="form-control" cols="20" rows="5" name="mensaje" placeholder="Escribe el mensaje aquí" required></textarea>
							</div>
							<input type="hidden" name="usuario" value="{{Auth::user()->name}}" />
							<button type="submit" class="btn btn-danger float-right">ENVIAR</button>
						</form>
					</div>
				</div>
			</div>
			<div class="col-md-4" style="margin-top: 100px;">
			</div>
	  	</div>
	</div>
	
@stop

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists