Added rest of files
This commit is contained in:
committed by
shaun collins
parent
646041230b
commit
09c4bd02ff
@@ -0,0 +1,14 @@
|
||||
<div class="col-md-12 text-center">
|
||||
<form action="{{ route('contact.trial') }}" method="POST" class="mx-auto">
|
||||
@csrf
|
||||
<div class="mb-3">
|
||||
<label for="first_name" class="form-label">Name</label>
|
||||
<input type="text" class="form-control" id="name" name="name" placeholder="Enter your name" required>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="email" class="form-label">Email</label>
|
||||
<input type="email" class="form-control" id="email" name="email" placeholder="Enter your email" required>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary text-secondary mt-4 w-100">Contact us</button>
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user