chess/resources/views/content/projects/commentProject.blade.php
Ramadhon Ikhsan Prasetya 603e31b0f4 init
2024-08-29 10:56:32 +07:00

130 lines
9.1 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<x-other.modal id="mCommentProject" size="md" title="Comment Project" subTitle="History Comment Project" info="" :separator="true">
<x-slot name="action">
</x-slot>
<x-slot name="content">
<div class="row">
<!--begin::Content-->
<div class="flex-row-fluid ml-lg-2" id="kt_comment_content">
<!--begin::Card-->
<div class="card card-custom">
<!--begin::Header-->
<div class="card-header align-items-center px-4 py-3">
<h3 class="card-title font-size-md font-weight-bolder text-dark">Comment</h3>
</div>
<!--end::Header-->
<!--begin::Body-->
<div class="card-body">
<!--begin::Scroll-->
<div class="scroll scroll-pull" data-scroll="true" data-wheel-propagation="true" data-mobile-height="350" style="height: 200px">
<!--begin::Messages-->
<div class="messages" id="comment_project">
<!--begin::Message In-->
<div class="d-flex flex-column mb-5 align-items-start">
<div class="d-flex align-items-center">
<div class="symbol symbol-circle symbol-35 mr-3">
<img alt="Pic" src="assets/media/users/300_12.jpg" />
</div>
<div>
<a href="#" class="text-dark-75 text-hover-primary font-weight-bold font-size-h6">Nich Larson</a>
<span class="text-muted font-size-sm">2 Hours</span>
</div>
</div>
<div class="mt-2 rounded p-5 bg-light-success text-dark-50 font-weight-bold font-size-lg text-left max-w-400px">How likely are you to recommend our company to your friends and family?</div>
</div>
<!--end::Message In-->
<!--begin::Message Out-->
<div class="d-flex flex-column mb-5 align-items-end">
<div class="d-flex align-items-center">
<div>
<span class="text-muted font-size-sm">3 minutes</span>
<a href="#" class="text-dark-75 text-hover-primary font-weight-bold font-size-h6">You</a>
</div>
<div class="symbol symbol-circle symbol-35 ml-3">
<img alt="Pic" src="assets/media/users/300_21.jpg" />
</div>
</div>
<div class="mt-2 rounded p-5 bg-light-primary text-dark-50 font-weight-bold font-size-lg text-right max-w-400px">Hey there, were just writing to let you know that youve been subscribed to a repository on GitHub.</div>
</div>
<!--end::Message Out-->
<!--begin::Message In-->
<div class="d-flex flex-column mb-5 align-items-start">
<div class="d-flex align-items-center">
<div class="symbol symbol-circle symbol-35 mr-3">
<img alt="Pic" src="assets/media/users/300_12.jpg" />
</div>
<div>
<a href="#" class="text-dark-75 text-hover-primary font-weight-bold font-size-h6">Nich Larson</a>
<span class="text-muted font-size-sm">2 Hours</span>
</div>
</div>
<div class="mt-2 rounded p-5 bg-light-success text-dark-50 font-weight-bold font-size-lg text-left max-w-400px">How likely are you to recommend our company to your friends and family?</div>
</div>
<!--end::Message In-->
<!--begin::Message Out-->
<div class="d-flex flex-column mb-5 align-items-end">
<div class="d-flex align-items-center">
<div>
<span class="text-muted font-size-sm">3 minutes</span>
<a href="#" class="text-dark-75 text-hover-primary font-weight-bold font-size-h6">You</a>
</div>
<div class="symbol symbol-circle symbol-35 ml-3">
<img alt="Pic" src="assets/media/users/300_21.jpg" />
</div>
</div>
<div class="mt-2 rounded p-5 bg-light-primary text-dark-50 font-weight-bold font-size-lg text-right max-w-400px">Hey there, were just writing to let you know that youve been subscribed to a repository on GitHub.</div>
</div>
<!--end::Message Out-->
<!--begin::Message In-->
<div class="d-flex flex-column mb-5 align-items-start">
<div class="d-flex align-items-center">
<div class="symbol symbol-circle symbol-35 mr-3">
<img alt="Pic" src="assets/media/users/300_12.jpg" />
</div>
<div>
<a href="#" class="text-dark-75 text-hover-primary font-weight-bold font-size-h6">Nich Larson</a>
<span class="text-muted font-size-sm">2 Hours</span>
</div>
</div>
<div class="mt-2 rounded p-5 bg-light-success text-dark-50 font-weight-bold font-size-lg text-left max-w-400px">How likely are you to recommend our company to your friends and family?</div>
</div>
<!--end::Message In-->
<!--begin::Message Out-->
<div class="d-flex flex-column mb-5 align-items-end">
<div class="d-flex align-items-center">
<div>
<span class="text-muted font-size-sm">3 minutes</span>
<a href="#" class="text-dark-75 text-hover-primary font-weight-bold font-size-h6">You</a>
</div>
<div class="symbol symbol-circle symbol-35 ml-3">
<img alt="Pic" src="assets/media/users/300_21.jpg" />
</div>
</div>
<div class="mt-2 rounded p-5 bg-light-primary text-dark-50 font-weight-bold font-size-lg text-right max-w-400px">Hey there, were just writing to let you know that youve been subscribed to a repository on GitHub.</div>
</div>
<!--end::Message Out-->
</div>
<!--end::Messages-->
</div>
<!--end::Scroll-->
</div>
<!--end::Body-->
<!--begin::Footer-->
<div class="card-footer align-items-center">
<!--begin::Compose-->
<textarea class="form-control border-0 p-0" rows="2" id="comment_note" placeholder="Type a message"></textarea>
<div class="d-flex align-items-center justify-content-between mt-5">
<div class="mr-3"></div>
<div>
<button type="button" onclick="storeCommentProject('{{ $dataHead->id }}')" class="btn btn-primary btn-md text-uppercase font-weight-bold chat-send py-2 px-6">Send</button>
</div>
</div>
<!--begin::Compose-->
</div>
<!--end::Footer-->
</div>
<!--end::Card-->
</div>
<!--end::Content-->
</div>
</x-slot>
</x-other.modal>