diff --git a/app/Services/APIs/CustomerAPIs/CMSApiServices.php b/app/Services/APIs/CustomerAPIs/CMSApiServices.php index 4b71240..fc2058e 100644 --- a/app/Services/APIs/CustomerAPIs/CMSApiServices.php +++ b/app/Services/APIs/CustomerAPIs/CMSApiServices.php @@ -123,6 +123,11 @@ class CMSApiServices ->get() ->toArray(); + $data['restaurant'] = Termsandconditions::select('id', 'message') + ->where('category_xid', '2') + ->get() + ->toArray(); + return $data; } catch (Exception $ex) { Log::error('Terms and condition Get service failed : ' . $ex->getMessage());