Merge : GWM

This commit is contained in:
Gowtham M 2025-06-30 17:20:19 +05:30
parent b63cb85e26
commit 4a757775d9
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ $routes->post('forgotPassword/changePassword', 'UserController::forgotChangePass
//api's with token //api's with token
// $routes->group('api', ['filter' => 'jwtAuth'], function ($routes) { $routes->group('api', ['filter' => 'jwtAuth'], function ($routes) {
//Organization //Organization
@ -152,7 +152,7 @@ $routes->post('forgotPassword/changePassword', 'UserController::forgotChangePass
$routes->post('guestHouseReport', 'ReportsController::guestHouseReport'); $routes->post('guestHouseReport', 'ReportsController::guestHouseReport');
// }); });
// plan review related signed url // plan review related signed url

View File

@ -1188,7 +1188,7 @@ class PlanController extends ResourceController
$plan['view'] = $view; $plan['view'] = $view;
$data['data'] = $plan; $data['data'] = $plan;
// dd($data); // dd($data);
echo view('pdf', $data); die; // echo view('pdf', $data); die;
$html = view('pdf', $data); $html = view('pdf', $data);
if($view == true){ return $html; } if($view == true){ return $html; }