From 63919bcbb558b04c0449e592c49c8afa7c1d4d33 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 22 Sep 2024 13:30:52 -0400 Subject: [PATCH] booking --- app/Config/Routes.php | 3 +- app/Controllers/Home.php | 7 +- app/Views/book.php | 172 +++++++++++++++++++++++++++++++++++ app/Views/home.php | 22 ++--- app/Views/layouts/master.php | 10 +- 5 files changed, 196 insertions(+), 18 deletions(-) create mode 100644 app/Views/book.php diff --git a/app/Config/Routes.php b/app/Config/Routes.php index 715a2c8..bca3cde 100644 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -8,4 +8,5 @@ use CodeIgniter\Router\RouteCollection; $routes->get('/', 'Home::index'); $routes->get('/about', 'Home::about'); $routes->get('/contact', 'Home::contact'); -$routes->get('/book', 'Home::book'); \ No newline at end of file +$routes->get('/book', 'Home::book'); +$routes->get('/our-service', 'Home::ourService'); diff --git a/app/Controllers/Home.php b/app/Controllers/Home.php index 8a1cde8..e68d5e4 100644 --- a/app/Controllers/Home.php +++ b/app/Controllers/Home.php @@ -18,6 +18,11 @@ class Home extends BaseController } public function book(): string { - return view('home'); + return view('book'); } + public function ourService(): string + { + return view('about-us'); + } + } diff --git a/app/Views/book.php b/app/Views/book.php new file mode 100644 index 0000000..0de11a8 --- /dev/null +++ b/app/Views/book.php @@ -0,0 +1,172 @@ +extend('layouts/master') ?> + +section('content') ?> + + + + +
+
+
+
+
+ +
+ +
+

Contact information

+ +
+ + + +
+ +
+ +
+ +
+ + + +
+

470-655-6444

+
+ +
+ + + +
+ +
+ +
+ + + +
+

johnbullenterprises@gmail.com

+
+ +
+ + + +
+ +
+ +
+ + + +
+

3235 Satellite Blvd, Duluth, GA 30096

+
+ +
+ +
+ + + +
+
    +
  • +
  • +
  • +
  • +
+
+ +
+ +
+ +
+
+

Bookings

+

Start your booking.

+ +
+ + +
+
+
+
+ + +
+
+ +
+ + +
+
+ +
+ + +
+
+ +
+ + +
+
+ +
+ + +
+
+ +
+
+ + +
+
+
+
+
+ +
+
+
+
+
+ + + +
+
+
+
+ + + + + + +
+
+
+
+ +
+ +
+ +
+
+
+
+ +endSection() ?> + diff --git a/app/Views/home.php b/app/Views/home.php index e78e71e..dc96948 100644 --- a/app/Views/home.php +++ b/app/Views/home.php @@ -62,11 +62,11 @@
-

car rental with driver

-

Enhance your rental experience with additional options.

+

Priority Business

+

Rentals to support various mission critical/essential businesses .

@@ -79,11 +79,11 @@
-

business car rental

-

Enhance your rental experience with additional options.

+

Moving Rental

+

Rentals for moving furniture or household items.

@@ -96,8 +96,8 @@
-

airport transfer

-

Enhance your rental experience with additional options.

+

Home improvement

+

Rentals for moving purchases from stores to site.

-

chauffeur services

-

Enhance your rental experience with additional options.

+

Learn More.

+

Learn more about how we serve your rental need.

diff --git a/app/Views/layouts/master.php b/app/Views/layouts/master.php index f9c0603..48a2399 100644 --- a/app/Views/layouts/master.php +++ b/app/Views/layouts/master.php @@ -191,11 +191,11 @@