diff --git a/app/Controllers/MasterController.php b/app/Controllers/MasterController.php index 6f747c67..6191007c 100755 --- a/app/Controllers/MasterController.php +++ b/app/Controllers/MasterController.php @@ -354,14 +354,14 @@ class MasterController extends AdminController exit(); } - public function getInsurerBranchList() - { - $id = $this->request->getPost('insurer_id'); + public function getInsurerBranchList() + { + $id = $this->request->getPost('insurer_id'); - $insurer_branch_list = $this->insurerBranchModel->where(['insurer_id' => $id, 'is_active' => 1])->findAll()??[]; + $insurer_branch_list = $this->insurerBranchModel->where(['insurer_id' => $id, 'is_active' => 1])->findAll()??[]; - return $this->response->setJSON([ 'data' => $insurer_branch_list ])->setStatusCode(200); - } + return $this->response->setJSON([ 'data' => $insurer_branch_list ])->setStatusCode(200); + } public function editInsurerGeneralInfo() { diff --git a/app/Views/mail_template.php b/app/Views/mail_template.php index f111bd54..450f5e68 100644 --- a/app/Views/mail_template.php +++ b/app/Views/mail_template.php @@ -45,6 +45,17 @@ p{ } } +@media screen and (max-width: 600px){ + + .header-div{ + width: 100% !important; + } + + .footer-div{ + width : 100% !important ; + } +} + @@ -53,7 +64,7 @@ p{ -
+
@@ -86,7 +97,7 @@ p{ -
+