From 74aeb2fdd031b61bd06a6c2be8495f3ea590cf40 Mon Sep 17 00:00:00 2001 From: nanthakumar5 Date: Tue, 27 Dec 2022 11:21:16 +0530 Subject: [PATCH] vv --- .../myaccount/pastactivity/view - Copy.php | 166 ------------------ 1 file changed, 166 deletions(-) delete mode 100644 app/Views/site/myaccount/pastactivity/view - Copy.php diff --git a/app/Views/site/myaccount/pastactivity/view - Copy.php b/app/Views/site/myaccount/pastactivity/view - Copy.php deleted file mode 100644 index 708ae8e..0000000 --- a/app/Views/site/myaccount/pastactivity/view - Copy.php +++ /dev/null @@ -1,166 +0,0 @@ -extend('site/common/layout/layout1') ?> -section('content'); ?> - -
-
-

View Past Reservation

-
-
- Back -
-
-
-
-
-

Booking ID

-
-
-

-
-
-
-
-

First Name

-
-
-

-
-
-
-
-

Last Name

-
-
-

-
-
-
-
-

Mobile

-
-
-

-
-
-
-
-

Event Name

-
-
-

-
-
-
-
-

Barn&Stall Name

-
-
- '.$barnstall['barnname'].'

'; - } - echo '

'.$barnstall['stallname'].'

'; - } ?> -
-
-
-
-

Rv&Stall Name

-
-
- '.$rvbarnstall['barnname'].'

'; - } - echo '

'.$rvbarnstall['stallname'].'

'; - } ?> -
-
- -
-
-

Feed Name

-
-
- '.$feed['productname'].'

'; - } ?> -
-
- - -
-
-

Shaving Name

-
-
- '.$shaving['productname'].'

'; - } ?> -
-
- -
-
-

Check In

-
-
-

-
-
-
-
-

Check Out

-
-
-

-
-
-
-
-

Booked By

-
-
-

-
-
-
-
-

Date of Booking

-
-
-

-
-
-
-
-

Payment Method

-
-
-

-
-
-
-endSection(); ?> \ No newline at end of file