Chat List

Show All

  • A
  • B
  • D
  • J
  • O
Chat with Khelesh

Online

Hi, how are you samim? 8:40 AM, Today
Hi Khalid i am good tnx how about you? 8:55 AM, Today
I am good too, thank you for your chat template 9:00 AM, Today
You are welcome 9:05 AM, Today
I am looking for your next templates 9:07 AM, Today
Ok, thank you have a good day 9:10 AM, Today
Bye, see you 9:12 AM, Today
Hi, how are you samim? 8:40 AM, Today
Hi Khalid i am good tnx how about you? 8:55 AM, Today
I am good too, thank you for your chat template 9:00 AM, Today
You are welcome 9:05 AM, Today
I am looking for your next templates 9:07 AM, Today
Ok, thank you have a good day 9:10 AM, Today
Bye, see you 9:12 AM, Today
Notications

Show All

  • SEVER STATUS
  • KK
  • SOCIAL
  • RU
  • SEVER STATUS
  • AU
  • MO
Notes

Add New Nots

Basic Datatable

Default datatables. Add datatables class in root

NamePositionOfficeAgeStart dateSalary
Tiger NixonSystem ArchitectEdinburgh612011/04/25$320,800
Garrett WintersAccountantTokyo632011/07/25$170,750
Ashton CoxJunior Technical AuthorSan Francisco662009/01/12$86,000
Cedric KellySenior Javascript DeveloperEdinburgh222012/03/29$433,060
Airi SatouAccountantTokyo332008/11/28$162,700
Tiger NixonSystem ArchitectEdinburgh612011/04/25$320,800
Garrett WintersAccountantTokyo632011/07/25$170,750
Ashton CoxJunior Technical AuthorSan Francisco662009/01/12$86,000
Cedric KellySenior Javascript DeveloperEdinburgh222012/03/29$433,060
Airi SatouAccountantTokyo332008/11/28$162,700
NamePositionOfficeAgeStart dateSalary
Showing 11 to 12 of entries

 <div class="table-responsive">
	<table id="example" class="display table" style="min-width: 845px">
		<thead>
			<tr>
				<th>Name</th>
				<th>Position</th>
				<th>Office</th>
				<th>Age</th>
				<th>Start date</th>
				<th>Salary</th>
			</tr>
		</thead>
		<tbody>
			<tr>  v-for="(
      { name, Position, Office, Age, Start_date, Salary }, ind
              ) in paginatedData"
              :key="ind"
				<td>Tiger Nixon</td>
				<td>System Architect</td>
				<td>Edinburgh</td>
				<td>61</td>
				<td>2011/04/25</td>
				<td>$320,800</td>
			</tr>
		</tbody>
		<tfoot>
			<tr>
				<th>Name</th>
				<th>Position</th>
				<th>Office</th>
				<th>Age</th>
				<th>Start date</th>
				<th>Salary</th>
			</tr>
		</tfoot>
	</table>
</div>

Datatable

datatables with border. Add class datatables-bordered with the class datatables

NamePositionOfficeAgeStart dateSalary
Tiger NixonSystem ArchitectEdinburgh612011/04/25$320,800
Garrett WintersAccountantTokyo632011/07/25$170,750
Ashton CoxJunior Technical AuthorSan Francisco662009/01/12$86,000
Cedric KellySenior Javascript DeveloperEdinburgh222012/03/29$433,060
Airi SatouAccountantTokyo332008/11/28$162,700
Tiger NixonSystem ArchitectEdinburgh612011/04/25$320,800
Garrett WintersAccountantTokyo632011/07/25$170,750
Ashton CoxJunior Technical AuthorSan Francisco662009/01/12$86,000
Cedric KellySenior Javascript DeveloperEdinburgh222012/03/29$433,060
Airi SatouAccountantTokyo332008/11/28$162,700
NamePositionOfficeAgeStart dateSalary

  <div class="table-responsive">
	<table id="table_example" class="display table" style="min-width: 845px">
		<thead>
			<tr>
				<th>Name</th>
				<th>Position</th>
				<th>Office</th>
				<th>Age</th>
				<th>Start date</th>
				<th>Salary</th>
			</tr>
		</thead>
		<tbody>
			<tr>  v-for="(
      { name, Position, Office, Age, Start_date, Salary }, ind
              ) in paginatedData"
              :key="ind"
				<td>Tiger Nixon</td>
				<td>System Architect</td>
				<td>Edinburgh</td>
				<td>61</td>
				<td>2011/04/25</td>
				<td>$320,800</td>
			</tr>
		</tbody>
		<tfoot>
			<tr>
				<th>Name</th>
				<th>Position</th>
				<th>Office</th>
				<th>Age</th>
				<th>Start date</th>
				<th>Salary</th>
			</tr>
		</tfoot>
	</table>
</div>

Profile Datatable

Add profile class with datatables

NameDepartmentGenderEducationMobileEmailJoining DateAction
Tiger Nixon ArchitectMaleM.COM., P.H.D.123 456 7890info@example.com2011/04/25
Garrett WintersAccountantFemaleM.COM., P.H.D.123 456 7890info@example.com2011/04/25
Ashton Cox Junior TechnicalMaleM.COM., P.H.D.123 456 7890info@example.com2011/04/25
Cedric KellyDeveloperMaleM.COM., P.H.D.123 456 7890info@example.com2011/04/25
Airi Satou AccountantFemaleM.COM., P.H.D.123 456 7890info@example.com2011/04/25
Brielle Williamson SpecialistMaleM.COM., P.H.D.123 456 7890info@example.com2011/04/25
Herrod ChandlerSales AssistantFemaleM.COM., P.H.D.123 456 7890info@example.com2011/04/25
Rhona Davidson IntegrationMaleM.COM., P.H.D.123 456 7890info@example.com2011/04/25
Colleen Hurst Javascript DeveloperFemaleM.COM., P.H.D.123 456 7890info@example.com2011/04/25
Sonya FrostSoftware EngineerMaleM.COM., P.H.D.123 456 7890info@example.com2011/04/25
<div class="table-responsive">
	<table id="example" class="display table" style="min-width: 845px">
		<thead>
			<tr>
				<th>Name</th>
				<th>Position</th>
				<th>Office</th>
				<th>Age</th>
				<th>Start date</th>
				<th>Salary</th>
			</tr>
		</thead>
		<tbody>
			<tr>  v-for="(
      { img, name, Department, Gender }, ind
              ) in paginatedData"
              :key="ind"
				<td>Tiger Nixon</td>
				<td>System Architect</td>
				<td>Edinburgh</td>
				<td>61</td>
				<td>2011/04/25</td>
				<td>$320,800</td>
			</tr>
		</tbody>
		<tfoot>
			<tr>
				<th>Name</th>
				<th>Position</th>
				<th>Office</th>
				<th>Age</th>
				<th>Start date</th>
				<th>Salary</th>
			</tr>
		</tfoot>
	</table>
</div>

Fees Collection

Add fees class with datatables

Roll NoStudent NameInvoice numberFees TypePayment TypeStatusDateAmount
22Yuri Berry #98756 Tuition CreditCard 2009/06/25120$
01Tiger Nixon #54605 Library Cash Paid 2011/04/25,120$
15Tatyana Fitzpatrick #65248 Annual Cheque Udpaid 2010/03/17120$
10Sonya Frost #98734 Tuition CreditCard 2008/12/13120$
30Shou Itou #54605 Annual CreditCard 2011/08/14120$
08Rhona Davidson #98721 Library Cheque Udpaid 2010/10/14120$
12Quinn Flynn #36987 Library Cheque Panding 2013/03/03120$
17Paul Byrd #87954 Library Cheque Panding 2010/06/09120$
16Michael Silva #75943 Tuition CreditCard 2012/11/27120$
27Jennifer Chang #54605 Tuition Cheque Panding 2010/11/14,120$
Showing 11 to 12 of entries
<div class="table-responsive">
	<table id="example" class="display table" style="min-width: 845px">
		<thead>
			<tr>
				<th>Name</th>
				<th>Position</th>
				<th>Office</th>
				<th>Age</th>
				<th>Start date</th>
				<th>Salary</th>
			</tr>
		</thead>
		<tbody>
			<tr>  v-for="(
      { rollno, name, invoicnumber, feetype,paytype,status,date,badgeColor }, ind
              ) in paginatedData"
              :key="ind"
				<td>Tiger Nixon</td>
				<td>System Architect</td>
				<td>Edinburgh</td>
				<td>61</td>
				<td>2011/04/25</td>
				<td>$320,800</td>
			</tr>
		</tbody>
		<tfoot>
			<tr>
				<th>Name</th>
				<th>Position</th>
				<th>Office</th>
				<th>Age</th>
				<th>Start date</th>
				<th>Salary</th>
			</tr>
		</tfoot>
	</table>
</div>

Patient

Add Patient class with datatables

Patient IDDate Check inPatient NameDoctor AssginedDiseaseStatusRoom noAction
#P-0000#126/02/2020, 12:42 AMTiger NixonDr.CedricCold & Flu New PatientAB-001
#P-0000#226/02/2020, 12:42 AMGarrett WintersDr.CedricSleep Problem In Treatment AB-002
#P-0000#326/02/2020, 12:42 AMAshton CoxDr.RhonaCold & Flu Flu Recovered AB-003
#P-0000#426/02/2020, 12:42 AMAshton CoxDr.CedricCold & Flu In Treatment AB-004
#P-0000#526/02/2020, 12:42 AMAshton CoxDr.CedricCold & Flu In Treatment AB-005
#P-0000#626/02/2020, 12:42 AMAshton CoxDr.RhonaSleep Problem In Treatment AB-006
#P-0000#726/02/2020, 12:42 AMAiri SatouDr.RhonaCold & Flu New Patient AB-007
#P-0000#826/02/2020, 12:42 AMAiri SatouDr.GarrettSleep Problem In Treatment AB-008
#P-0000#926/02/2020, 12:42 AMAiri SatouDr.RhonaCold & Flu New PatientAB-009
#P-0000#1026/02/2020, 12:42 AMAiri SatouDr.RhonaSleep Problem New Patient AB-010
#P-0000#1126/02/2020, 12:42 AMAiri SatouDr.RhonaCold & Flu In Treatment AB-011
#P-0000#1226/02/2020, 12:42 AMSonya FrostDr.GarrettSleep Problem New Patient AB-012
#P-0000#1326/02/2020, 12:42 AMSonya FrostDr.RhonaCold & Flu New Patient AB-013
#P-0000#1426/02/2020, 12:42 AMSonya FrostDr.GarrettSleep Problem In TreatmentAB-014
#P-0000#1526/02/2020, 12:42 AMSonya FrostDr.RhonaCold & Flu New PatientAB-015
#P-0000#1626/02/2020, 12:42 AMSonya FrostDr.GarrettSleep Problem New PatientAB-016
#P-0000#1726/02/2020, 12:42 AMSonya FrostDr.RhonaCold & Flu In Treatment AB-017
#P-0000#1826/02/2020, 12:42 AMSonya FrostDr.RhonaSleep Problem New PatientAB-018
#P-0000#1926/02/2020, 12:42 AMSonya FrostDr.RhonaCold & Flu New Patient AB-019
#P-0000#2026/02/2020, 12:42 AMSonya FrostDr.GarrettSleep Problem In TreatmentAB-020
<div class="table-responsive">
<table id="example5" class="display table" style="min-width: 845px">
	<thead>
		<tr>
			<th>
				<div class="custom-control d-inline custom-checkbox">
					<input type="checkbox" class="form-check-input" id="checkAll" required>
					<label class="form-check-label" for="checkAll"></label>
				</div>
			</th>
			<th>Patient ID</th>
			<th>Date Check in</th>
			<th>Patient Name</th>
			<th>Doctor Assgined</th>
			<th>Disease</th>
			<th>Status</th>
			<th>Room no</th>
			<th>Action</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>
				<div class="form-check custom-checkbox ms-2">
					<input type="checkbox" class="form-check-input" id="customCheckBox2" required>
					<label class="form-check-label" for="customCheckBox2"></label>
				</div>
			</td>
			<td>#P-00001</td>
			<td>26/02/2020, 12:42 AM</td>
			<td>Tiger Nixon</td>
			<td>Dr. Cedric</td>
			<td>Cold & Flu</td>
			<td>
				<span class="badge light badge-danger">
					<i class="fa fa-circle text-danger me-1"></i>
					New Patient
				</span>
			</td>
			<td>AB-001</td>
			<td>
				<div class="dropdown ms-auto text-end">
					<div class="btn-link" data-bs-toggle="dropdown">
						<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect x="0" y="0" width="24" height="24"></rect><circle fill="#000000" cx="5" cy="12" r="2"></circle><circle fill="#000000" cx="12" cy="12" r="2"></circle><circle fill="#000000" cx="19" cy="12" r="2"></circle></g></svg>
					</div>
					<div class="dropdown-menu dropdown-menu-end">
						<a class="dropdown-item" href="#">Accept Patient</a>
						<a class="dropdown-item" href="#">Reject Order</a>
						<a class="dropdown-item" href="#">View Details</a>
					</div>
				</div>
			</td>
		</tr>
		<tr>
			<td>
				<div class="form-check custom-checkbox ms-2">
					<input type="checkbox" class="form-check-input" id="customCheckBox3" required>
					<label class="form-check-label" for="customCheckBox3"></label>
				</div>
			</td>
			<td>#P-00002</td>
			<td>28/02/2020, 12:42 AM</td>
			<td>Garrett Winters</td>
			<td>Dr. Cedric</td>
			<td>Sleep Problem</td>
			<td>
				<span class="badge light badge-warning">
					<i class="fa fa-circle text-warning me-1"></i>
					In Treatment
				</span>
			</td>
			<td>AB-002</td>
			<td>
				<div class="dropdown ms-auto text-end">
					<div class="btn-link" data-bs-toggle="dropdown">
						<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect x="0" y="0" width="24" height="24"></rect><circle fill="#000000" cx="5" cy="12" r="2"></circle><circle fill="#000000" cx="12" cy="12" r="2"></circle><circle fill="#000000" cx="19" cy="12" r="2"></circle></g></svg>
					</div>
					<div class="dropdown-menu dropdown-menu-end">
						<a class="dropdown-item" href="#">Accept Patient</a>
						<a class="dropdown-item" href="#">Reject Order</a>
						<a class="dropdown-item" href="#">View Details</a>
					</div>
				</div>
			</td>
		</tr>
		<tr>
			<td>
				<div class="form-check custom-checkbox ms-2">
					<input type="checkbox" class="form-check-input" id="customCheckBox4" required>
					<label class="form-check-label" for="customCheckBox4"></label>
				</div>
			</td>
			<td>#P-00003</td>
			<td>26/02/2020, 12:42 AM</td>
			<td>Ashton Cox</td>
			<td>Dr. Rhona</td>
			<td>Cold & Flu</td>
			<td>
				<span class="badge light badge-success">
					<i class="fa fa-circle text-success me-1"></i>
					Recovered
				</span>
			</td>
			<td>AB-003</td>
			<td>
				<div class="dropdown ms-auto text-end">
					<div class="btn-link" data-bs-toggle="dropdown">
						<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect x="0" y="0" width="24" height="24"></rect><circle fill="#000000" cx="5" cy="12" r="2"></circle><circle fill="#000000" cx="12" cy="12" r="2"></circle><circle fill="#000000" cx="19" cy="12" r="2"></circle></g></svg>
					</div>
					<div class="dropdown-menu dropdown-menu-end">
						<a class="dropdown-item" href="#">Accept Patient</a>
						<a class="dropdown-item" href="#">Reject Order</a>
						<a class="dropdown-item" href="#">View Details</a>
					</div>
				</div>
			</td>
		</tr>
		<tr>
			<td>
				<div class="form-check custom-checkbox ms-2">
					<input type="checkbox" class="form-check-input" id="customCheckBox5" required>
					<label class="form-check-label" for="customCheckBox5"></label>
				</div>
			</td>
			<td>#P-00004</td>
			<td>29/02/2020, 12:42 AM</td>
			<td>Ashton Cox</td>
			<td>Dr. Cedric</td>
			<td>Cold & Flu</td>
			<td>
				<span class="badge light badge-warning">
					<i class="fa fa-circle text-warning me-1"></i>
					In Treatment
				</span>
			</td>
			<td>AB-004</td>
			<td>
				<div class="dropdown ms-auto text-end">
					<div class="btn-link" data-bs-toggle="dropdown">
						<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect x="0" y="0" width="24" height="24"></rect><circle fill="#000000" cx="5" cy="12" r="2"></circle><circle fill="#000000" cx="12" cy="12" r="2"></circle><circle fill="#000000" cx="19" cy="12" r="2"></circle></g></svg>
					</div>
					<div class="dropdown-menu dropdown-menu-end">
						<a class="dropdown-item" href="#">Accept Patient</a>
						<a class="dropdown-item" href="#">Reject Order</a>
						<a class="dropdown-item" href="#">View Details</a>
					</div>
				</div>
			</td>
		</tr>
		<tr>
			<td>
				<div class="form-check custom-checkbox ms-2">
					<input type="checkbox" class="form-check-input" id="customCheckBox6" required>
					<label class="form-check-label" for="customCheckBox6"></label>
				</div>
			</td>
			<td>#P-00005</td>
			<td>28/02/2020, 12:42 AM</td>
			<td>Ashton Cox</td>
			<td>Dr. Cedric</td>
			<td>Cold & Flu</td>
			<td>
				<span class="badge light badge-warning">
					<i class="fa fa-circle text-warning me-1"></i>
					In Treatment
				</span>
			</td>
			<td>AB-005</td>
			<td>
				<div class="dropdown ms-auto text-end">
					<div class="btn-link" data-bs-toggle="dropdown">
						<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect x="0" y="0" width="24" height="24"></rect><circle fill="#000000" cx="5" cy="12" r="2"></circle><circle fill="#000000" cx="12" cy="12" r="2"></circle><circle fill="#000000" cx="19" cy="12" r="2"></circle></g></svg>
					</div>
					<div class="dropdown-menu dropdown-menu-end">
						<a class="dropdown-item" href="#">Accept Patient</a>
						<a class="dropdown-item" href="#">Reject Order</a>
						<a class="dropdown-item" href="#">View Details</a>
					</div>
				</div>
			</td>
		</tr>
		<tr>
			<td>
				<div class="form-check custom-checkbox ms-2">
					<input type="checkbox" class="form-check-input" id="customCheckBox7" required>
					<label class="form-check-label" for="customCheckBox7"></label>
				</div>
			</td>
			<td>#P-00006</td>
			<td>28/02/2020, 12:42 AM</td>
			<td>Ashton Cox</td>
			<td>Dr. Rhona</td>
			<td>Sleep Problem</td>
			<td>
				<span class="badge light badge-warning">
					<i class="fa fa-circle text-warning me-1"></i>
					In Treatment
				</span>
			</td>
			<td>AB-006</td>
			<td>
				<div class="dropdown ms-auto text-end">
					<div class="btn-link" data-bs-toggle="dropdown">
						<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect x="0" y="0" width="24" height="24"></rect><circle fill="#000000" cx="5" cy="12" r="2"></circle><circle fill="#000000" cx="12" cy="12" r="2"></circle><circle fill="#000000" cx="19" cy="12" r="2"></circle></g></svg>
					</div>
					<div class="dropdown-menu dropdown-menu-end">
						<a class="dropdown-item" href="#">Accept Patient</a>
						<a class="dropdown-item" href="#">Reject Order</a>
						<a class="dropdown-item" href="#">View Details</a>
					</div>
				</div>
			</td>
		</tr>
		<tr>
			<td>
				<div class="form-check custom-checkbox ms-2">
					<input type="checkbox" class="form-check-input" id="customCheckBox8" required>
					<label class="form-check-label" for="customCheckBox8"></label>
				</div>
			</td>
			<td>#P-00007</td>
			<td>26/02/2020, 12:42 AM</td>
			<td>Airi Satou</td>
			<td>Dr. Rhona</td>
			<td>Cold & Flu</td>
			<td>
				<span class="badge light badge-danger">
					<i class="fa fa-circle text-danger me-1"></i>
					New Patient
				</span>
			</td>
			<td>AB-007</td>
			<td>
				<div class="dropdown ms-auto text-end">
					<div class="btn-link" data-bs-toggle="dropdown">
						<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect x="0" y="0" width="24" height="24"></rect><circle fill="#000000" cx="5" cy="12" r="2"></circle><circle fill="#000000" cx="12" cy="12" r="2"></circle><circle fill="#000000" cx="19" cy="12" r="2"></circle></g></svg>
					</div>
					<div class="dropdown-menu dropdown-menu-end">
						<a class="dropdown-item" href="#">Accept Patient</a>
						<a class="dropdown-item" href="#">Reject Order</a>
						<a class="dropdown-item" href="#">View Details</a>
					</div>
				</div>
			</td>
		</tr>
		<tr>
			<td>
				<div class="form-check custom-checkbox ms-2">
					<input type="checkbox" class="form-check-input" id="customCheckBox9" required>
					<label class="form-check-label" for="customCheckBox9"></label>
				</div>
			</td>
			<td>#P-00008</td>
			<td>29/02/2020, 12:42 AM</td>
			<td>Airi Satou</td>
			<td>Dr. Garrett </td>
			<td>Sleep Problem</td>
			<td>
				<span class="badge light badge-warning">
					<i class="fa fa-circle text-warning me-1"></i>
					In Treatment
				</span>
			</td>
			<td>AB-008</td>
			<td>
				<div class="dropdown ms-auto text-end">
					<div class="btn-link" data-bs-toggle="dropdown">
						<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect x="0" y="0" width="24" height="24"></rect><circle fill="#000000" cx="5" cy="12" r="2"></circle><circle fill="#000000" cx="12" cy="12" r="2"></circle><circle fill="#000000" cx="19" cy="12" r="2"></circle></g></svg>
					</div>
					<div class="dropdown-menu dropdown-menu-end">
						<a class="dropdown-item" href="#">Accept Patient</a>
						<a class="dropdown-item" href="#">Reject Order</a>
						<a class="dropdown-item" href="#">View Details</a>
					</div>
				</div>
			</td>
		</tr>
		<tr>
			<td>
				<div class="form-check custom-checkbox ms-2">
					<input type="checkbox" class="form-check-input" id="customCheckBox10" required>
					<label class="form-check-label" for="customCheckBox10"></label>
				</div>
			</td>
			<td>#P-00009</td>
			<td>25/02/2020, 12:42 AM</td>
			<td>Airi Satou</td>
			<td>Dr. Rhona</td>
			<td>Cold & Flu</td>
			<td>
				<span class="badge light badge-danger">
					<i class="fa fa-circle text-danger me-1"></i>
					New Patient
				</span>
			</td>
			<td>AB-009</td>
			<td>
				<div class="dropdown ms-auto text-end">
					<div class="btn-link" data-bs-toggle="dropdown">
						<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect x="0" y="0" width="24" height="24"></rect><circle fill="#000000" cx="5" cy="12" r="2"></circle><circle fill="#000000" cx="12" cy="12" r="2"></circle><circle fill="#000000" cx="19" cy="12" r="2"></circle></g></svg>
					</div>
					<div class="dropdown-menu dropdown-menu-end">
						<a class="dropdown-item" href="#">Accept Patient</a>
						<a class="dropdown-item" href="#">Reject Order</a>
						<a class="dropdown-item" href="#">View Details</a>
					</div>
				</div>
			</td>
		</tr>
		<tr>
			<td>
				<div class="form-check custom-checkbox ms-2">
					<input type="checkbox" class="form-check-input" id="customCheckBox11" required>
					<label class="form-check-label" for="customCheckBox11"></label>
				</div>
			</td>
			<td>#P-00010</td>
			<td>26/02/2020, 12:42 AM</td>
			<td>Airi Satou</td>
			<td>Dr. Rhona</td>
			<td>Sleep Problem</td>
			<td>
				<span class="badge light badge-danger">
					<i class="fa fa-circle text-danger me-1"></i>
					New Patient
				</span>
			</td>
			<td>AB-010</td>
			<td>
				<div class="dropdown ms-auto text-end">
					<div class="btn-link" data-bs-toggle="dropdown">
						<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect x="0" y="0" width="24" height="24"></rect><circle fill="#000000" cx="5" cy="12" r="2"></circle><circle fill="#000000" cx="12" cy="12" r="2"></circle><circle fill="#000000" cx="19" cy="12" r="2"></circle></g></svg>
					</div>
					<div class="dropdown-menu dropdown-menu-end">
						<a class="dropdown-item" href="#">Accept Patient</a>
						<a class="dropdown-item" href="#">Reject Order</a>
						<a class="dropdown-item" href="#">View Details</a>
					</div>
				</div>
			</td>
		</tr>
		<tr>
			<td>
				<div class="form-check custom-checkbox ms-2">
					<input type="checkbox" class="form-check-input" id="customCheckBox12" required>
					<label class="form-check-label" for="customCheckBox12"></label>
				</div>
			</td>
			<td>#P-00011</td>
			<td>28/02/2020, 12:42 AM</td>
			<td>Airi Satou</td>
			<td>Dr. Rhona</td>
			<td>Cold & Flu</td>
			<td>
				<span class="badge light badge-warning">
					<i class="fa fa-circle text-warning me-1"></i>
					In Treatment
				</span>
			</td>
			<td>AB-011</td>
			<td>
				<div class="dropdown ms-auto text-end">
					<div class="btn-link" data-bs-toggle="dropdown">
						<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect x="0" y="0" width="24" height="24"></rect><circle fill="#000000" cx="5" cy="12" r="2"></circle><circle fill="#000000" cx="12" cy="12" r="2"></circle><circle fill="#000000" cx="19" cy="12" r="2"></circle></g></svg>
					</div>
					<div class="dropdown-menu dropdown-menu-end">
						<a class="dropdown-item" href="#">Accept Patient</a>
						<a class="dropdown-item" href="#">Reject Order</a>
						<a class="dropdown-item" href="#">View Details</a>
					</div>
				</div>
			</td>
		</tr>
		<tr>
			<td>
				<div class="form-check custom-checkbox ms-2">
					<input type="checkbox" class="form-check-input" id="customCheckBox13" required>
					<label class="form-check-label" for="customCheckBox13"></label>
				</div>
			</td>
			<td>#P-00012</td>
			<td>29/02/2020, 12:42 AM</td>
			<td>Sonya Frost</td>
			<td>Dr. Garrett</td>
			<td>Sleep Problem</td>
			<td>
				<span class="badge light badge-danger">
					<i class="fa fa-circle text-danger me-1"></i>
					New Patient
				</span>
			</td>
			<td>AB-012</td>
			<td>
				<div class="dropdown ms-auto text-end">
					<div class="btn-link" data-bs-toggle="dropdown">
						<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect x="0" y="0" width="24" height="24"></rect><circle fill="#000000" cx="5" cy="12" r="2"></circle><circle fill="#000000" cx="12" cy="12" r="2"></circle><circle fill="#000000" cx="19" cy="12" r="2"></circle></g></svg>
					</div>
					<div class="dropdown-menu dropdown-menu-end">
						<a class="dropdown-item" href="#">Accept Patient</a>
						<a class="dropdown-item" href="#">Reject Order</a>
						<a class="dropdown-item" href="#">View Details</a>
					</div>
				</div>
			</td>
		</tr>
		<tr>
			<td>
				<div class="form-check custom-checkbox ms-2">
					<input type="checkbox" class="form-check-input" id="customCheckBox14" required>
					<label class="form-check-label" for="customCheckBox14"></label>
				</div>
			</td>
			<td>#P-00013</td>
			<td>25/02/2020, 12:42 AM</td>
			<td>Sonya Frost</td>
			<td>Dr. Rhona</td>
			<td>Cold & Flu</td>
			<td>
				<span class="badge light badge-danger">
					<i class="fa fa-circle text-danger me-1"></i>
					New Patient
				</span>
			</td>
			<td>AB-013</td>
			<td>
				<div class="dropdown ms-auto text-end">
					<div class="btn-link" data-bs-toggle="dropdown">
						<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect x="0" y="0" width="24" height="24"></rect><circle fill="#000000" cx="5" cy="12" r="2"></circle><circle fill="#000000" cx="12" cy="12" r="2"></circle><circle fill="#000000" cx="19" cy="12" r="2"></circle></g></svg>
					</div>
					<div class="dropdown-menu dropdown-menu-end">
						<a class="dropdown-item" href="#">Accept Patient</a>
						<a class="dropdown-item" href="#">Reject Order</a>
						<a class="dropdown-item" href="#">View Details</a>
					</div>
				</div>
			</td>
		</tr>
		<tr>
			<td>
				<div class="form-check custom-checkbox ms-2">
					<input type="checkbox" class="form-check-input" id="customCheckBox15" required>
					<label class="form-check-label" for="customCheckBox15"></label>
				</div>
			</td>
			<td>#P-00014</td>
			<td>26/02/2020, 12:42 AM</td>
			<td>Sonya Frost</td>
			<td>Dr. Garrett</td>
			<td>Sleep Problem</td>
			<td>
				<span class="badge light badge-warning">
					<i class="fa fa-circle text-warning me-1"></i>
					In Treatment
				</span>
			</td>
			<td>AB-014</td>
			<td>
				<div class="dropdown ms-auto text-end">
					<div class="btn-link" data-bs-toggle="dropdown">
						<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect x="0" y="0" width="24" height="24"></rect><circle fill="#000000" cx="5" cy="12" r="2"></circle><circle fill="#000000" cx="12" cy="12" r="2"></circle><circle fill="#000000" cx="19" cy="12" r="2"></circle></g></svg>
					</div>
					<div class="dropdown-menu dropdown-menu-end">
						<a class="dropdown-item" href="#">Accept Patient</a>
						<a class="dropdown-item" href="#">Reject Order</a>
						<a class="dropdown-item" href="#">View Details</a>
					</div>
				</div>
			</td>
		</tr>
		<tr>
			<td>
				<div class="form-check custom-checkbox ms-2">
					<input type="checkbox" class="form-check-input" id="customCheckBox16" required>
					<label class="form-check-label" for="customCheckBox16"></label>
				</div>
			</td>
			<td>#P-00015</td>
			<td>28/02/2020, 12:42 AM</td>
			<td>Sonya Frost</td>
			<td>Dr. Rhona</td>
			<td>Cold & Flu</td>
			<td>
				<span class="badge light badge-danger">
					<i class="fa fa-circle text-danger me-1"></i>
					New Patient
				</span>
			</td>
			<td>AB-015</td>
			<td>
				<div class="dropdown ms-auto text-end">
					<div class="btn-link" data-bs-toggle="dropdown">
						<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect x="0" y="0" width="24" height="24"></rect><circle fill="#000000" cx="5" cy="12" r="2"></circle><circle fill="#000000" cx="12" cy="12" r="2"></circle><circle fill="#000000" cx="19" cy="12" r="2"></circle></g></svg>
					</div>
					<div class="dropdown-menu dropdown-menu-end">
						<a class="dropdown-item" href="#">Accept Patient</a>
						<a class="dropdown-item" href="#">Reject Order</a>
						<a class="dropdown-item" href="#">View Details</a>
					</div>
				</div>
			</td>
		</tr>
		<tr>
			<td>
				<div class="form-check custom-checkbox ms-2">
					<input type="checkbox" class="form-check-input" id="customCheckBox17" required>
					<label class="form-check-label" for="customCheckBox17"></label>
				</div>
			</td>
			<td>#P-00016</td>
			<td>29/02/2020, 12:42 AM</td>
			<td>Sonya Frost</td>
			<td>Dr. Garrett</td>
			<td>Sleep Problem</td>
			<td>
				<span class="badge light badge-danger">
					<i class="fa fa-circle text-danger me-1"></i>
					New Patient
				</span>
			</td>
			<td>AB-016</td>
			<td>
				<div class="dropdown ms-auto text-end">
					<div class="btn-link" data-bs-toggle="dropdown">
						<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect x="0" y="0" width="24" height="24"></rect><circle fill="#000000" cx="5" cy="12" r="2"></circle><circle fill="#000000" cx="12" cy="12" r="2"></circle><circle fill="#000000" cx="19" cy="12" r="2"></circle></g></svg>
					</div>
					<div class="dropdown-menu dropdown-menu-end">
						<a class="dropdown-item" href="#">Accept Patient</a>
						<a class="dropdown-item" href="#">Reject Order</a>
						<a class="dropdown-item" href="#">View Details</a>
					</div>
				</div>
			</td>
		</tr>
		<tr>
			<td>
				<div class="form-check custom-checkbox ms-2">
					<input type="checkbox" class="form-check-input" id="customCheckBox18" required>
					<label class="form-check-label" for="customCheckBox18"></label>
				</div>
			</td>
			<td>#P-00017</td>
			<td>25/02/2020, 12:42 AM</td>
			<td>Sonya Frost</td>
			<td>Dr. Rhona</td>
			<td>Cold & Flu</td>
			<td>
				<span class="badge light badge-warning">
					<i class="fa fa-circle text-warning me-1"></i>
					In Treatment
				</span>
			</td>
			<td>AB-017</td>
			<td>
				<div class="dropdown ms-auto text-end">
					<div class="btn-link" data-bs-toggle="dropdown">
						<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect x="0" y="0" width="24" height="24"></rect><circle fill="#000000" cx="5" cy="12" r="2"></circle><circle fill="#000000" cx="12" cy="12" r="2"></circle><circle fill="#000000" cx="19" cy="12" r="2"></circle></g></svg>
					</div>
					<div class="dropdown-menu dropdown-menu-end">
						<a class="dropdown-item" href="#">Accept Patient</a>
						<a class="dropdown-item" href="#">Reject Order</a>
						<a class="dropdown-item" href="#">View Details</a>
					</div>
				</div>
			</td>
		</tr>
		<tr>
			<td>
				<div class="form-check custom-checkbox ms-2">
					<input type="checkbox" class="form-check-input" id="customCheckBox19" required>
					<label class="form-check-label" for="customCheckBox19"></label>
				</div>
			</td>
			<td>#P-00018</td>
			<td>26/02/2020, 12:42 AM</td>
			<td>Sonya Frost</td>
			<td>Dr. Rhona</td>
			<td>Sleep Problem</td>
			<td>
				<span class="badge light badge-danger">
					<i class="fa fa-circle text-danger me-1"></i>
					New Patient
				</span>
			</td>
			<td>AB-018</td>
			<td>
				<div class="dropdown ms-auto text-end">
					<div class="btn-link" data-bs-toggle="dropdown">
						<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect x="0" y="0" width="24" height="24"></rect><circle fill="#000000" cx="5" cy="12" r="2"></circle><circle fill="#000000" cx="12" cy="12" r="2"></circle><circle fill="#000000" cx="19" cy="12" r="2"></circle></g></svg>
					</div>
					<div class="dropdown-menu dropdown-menu-end">
						<a class="dropdown-item" href="#">Accept Patient</a>
						<a class="dropdown-item" href="#">Reject Order</a>
						<a class="dropdown-item" href="#">View Details</a>
					</div>
				</div>
			</td>
		</tr>
		<tr>
			<td>
				<div class="form-check custom-checkbox ms-2">
					<input type="checkbox" class="form-check-input" id="customCheckBox20" required>
					<label class="form-check-label" for="customCheckBox20"></label>
				</div>
			</td>
			<td>#P-00019</td>
			<td>28/02/2020, 12:42 AM</td>
			<td>Sonya Frost</td>
			<td>Dr. Rhona</td>
			<td>Cold & Flu</td>
			<td>
				<span class="badge light badge-danger">
					<i class="fa fa-circle text-danger me-1"></i>
					New Patient
				</span>
			</td>
			<td>AB-019</td>
			<td>
				<div class="dropdown ms-auto text-end">
					<div class="btn-link" data-bs-toggle="dropdown">
						<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect x="0" y="0" width="24" height="24"></rect><circle fill="#000000" cx="5" cy="12" r="2"></circle><circle fill="#000000" cx="12" cy="12" r="2"></circle><circle fill="#000000" cx="19" cy="12" r="2"></circle></g></svg>
					</div>
					<div class="dropdown-menu dropdown-menu-end">
						<a class="dropdown-item" href="#">Accept Patient</a>
						<a class="dropdown-item" href="#">Reject Order</a>
						<a class="dropdown-item" href="#">View Details</a>
					</div>
				</div>
			</td>
		</tr>
		<tr>
			<td>
				<div class="form-check custom-checkbox ms-2">
					<input type="checkbox" class="form-check-input" id="customCheckBox21" required>
					<label class="form-check-label" for="customCheckBox21"></label>
				</div>
			</td>
			<td>#P-00020</td>
			<td>25/02/2020, 12:42 AM</td>
			<td>Sonya Frost</td>
			<td>Dr. Garrett</td>
			<td>Sleep Problem</td>
			<td>
				<span class="badge light badge-warning">
					<i class="fa fa-circle text-warning me-1"></i>
					In Treatment
				</span>
			</td>
			<td>AB-020</td>
			<td>
				<div class="dropdown ms-auto text-end">
					<div class="btn-link" data-bs-toggle="dropdown">
						<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><rect x="0" y="0" width="24" height="24"></rect><circle fill="#000000" cx="5" cy="12" r="2"></circle><circle fill="#000000" cx="12" cy="12" r="2"></circle><circle fill="#000000" cx="19" cy="12" r="2"></circle></g></svg>
					</div>
					<div class="dropdown-menu dropdown-menu-end">
						<a class="dropdown-item" href="#">Accept Patient</a>
						<a class="dropdown-item" href="#">Reject Order</a>
						<a class="dropdown-item" href="#">View Details</a>
					</div>
				</div>
			</td>
		</tr>
	</tbody>
</table>
</div>

User Access levels

EntityAddEditDelete
User Management
Release
Content Management
Libabry Management
Permissions for work items
User Management
Release
Content Management
Libabry Management
Permissions for work items
User Management
Release
Content Management