send mail

This commit is contained in:
CHIEFSOFT\ameye
2024-02-02 11:36:28 -05:00
parent 73f59799e5
commit b8cf55046c
7 changed files with 134 additions and 14 deletions
+22
View File
@@ -0,0 +1,22 @@
<table class="table">
<thead>
<tr>
<th scope="col" style="width:150px; text-allign:left;">#</th>
<th scope="col"></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Name</th>
<td>{{ $name }}</td>
</tr>
<tr>
<th scope="row">Email</th>
<td>{{ $sender_email }}</td>
</tr>
<tr>
<th scope="row">Message</th>
<td>{{ $senders_message }}</td>
</tr>
</tbody>
</table>
+4 -4
View File
@@ -6,7 +6,7 @@
<!-- extra css -->
@endsection
@section('content')
<section class="ecommerce-about bg-primary">
<section class="ecommerce-about bg-primary" style="height:100px; ">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-5">
@@ -98,7 +98,7 @@
<div class="col-lg-8">
<div class="custom-form card p-4 p-lg-5">
<form name="myForm" action="#!">
<form name="myForm" action="/contact-us">
<div class="row">
<div class="col-lg-12">
<div class="text-center mb-4">
@@ -121,14 +121,14 @@
placeholder="Enter email">
</div>
</div>
<div class="col-lg-12">
<!-- <div class="col-lg-12">
<div class="form-group mt-3">
<label for="subjectInput" class="form-label">Subject<span
class="text-danger">*</span></label>
<input type="text" class="form-control" id="subjectInput"
placeholder="Enter Subject..">
</div>
</div>
</div> -->
<div class="col-lg-12">
<div class="form-group mt-3">
<label for="messageInput" class="form-label">Message<span
+10
View File
@@ -2,6 +2,16 @@
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" data-bs-theme="light" data-footer="dark">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BYVJEGY423"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BYVJEGY423');
</script>
<meta charset="utf-8">
<title>Kevkem Chiropractic Health & Injury Rehab</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">