patashala/application/views/backend/teacher/message_home.php
Vivek a53135a78d Added based code
Added base code to the repo
2024-02-07 20:19:28 +05:30

11 lines
562 B
PHP
Executable File

<div class="full-chat-middle b-b">
<div class="chat-content-w">
<div class="chat-content text-center" style="margin-top:20%">
<i clasS="os-icon picons-thin-icon-thin-0315_email_mail_post_send color-primary" style="font-size:65px"></i>
<h5><?php echo get_phrase('hi');?> <?php echo $this->db->get_where('teacher', array('teacher_id' => $this->session->userdata('login_user_id')))->row()->name;?>,</h5>
<p><?php echo get_phrase('message_home');?></p>
</div>
</div>
<br><br><br><br><br><br>
<br>
</div>