Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- '<li class="chat-body">
- <ul class="collection">
- <li class="collection-item display-flex avatar pl-5 pb-0" data-target="slide-out-chat">
- <span class="avatar-status avatar-online avatar-50">
- <img src="'.$chat->foto.'" alt="avatar" />
- </span>
- <div class="user-content speech-bubble">
- <p class="medium-small">hello!</p>
- </div>
- </li>
- <li class="collection-item display-flex avatar justify-content-end pl-5 pb-0" data-target="slide-out-chat">
- <div class="user-content speech-bubble-right">
- <p class="medium-small">How can we help? We\'re here for you!</p>
- </div>
- </li>
- </ul>
- </li>
- <li class="center-align chat-footer">
- <form class="col s12" onsubmit="slide_out_chat()" action="javascript:void(0);">
- <div class="input-field">
- <input id="icon_prefix" type="text" class="search" />
- <label for="icon_prefix">Type here..</label>
- <a onclick="slide_out_chat()"><i class="material-icons prefix">send</i></a>
- </div>
- </form>
- </li>';
Add Comment
Please, Sign In to add comment