diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index 4f25b76..7bdafd6 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -1742,6 +1742,11 @@ table.lightgrey-weekends tbody td:nth-child(n+6) { box-shadow: none; border-color: none; } +.error{ + color: red; + font-size: 14px; + line-height: 1.8rem; +} /* enquiry page css ends */ /* Footer Css */ diff --git a/resources/views/enquiry-form.blade.php b/resources/views/enquiry-form.blade.php index 506df17..de560da 100644 --- a/resources/views/enquiry-form.blade.php +++ b/resources/views/enquiry-form.blade.php @@ -12,31 +12,34 @@

Enquiry Form

Please fill up the form and we will get back to you soon, Thanks !

-
+

Personal Details

- + +
- +
- + +
- + +
@@ -48,6 +51,7 @@ @endforeach +
@@ -73,24 +77,28 @@
+
- + +
- + +
- + +
@@ -242,6 +250,15 @@ @endsection @section('script') @endsection