1716 lines
140 KiB
PHP
1716 lines
140 KiB
PHP
@extends('Admin.layouts.master')
|
|
|
|
@section('content')
|
|
|
|
<!--begin::Wrapper-->
|
|
<!--<div class="app-wrapper flex-column flex-row-fluid manage-advisory" id="kt_app_wrapper">-->
|
|
|
|
<!--begin::Main-->
|
|
<!--<div class="app-main flex-column flex-row-fluid" id="kt_app_main">-->
|
|
<!--begin::Content wrapper-->
|
|
<div class="d-flex flex-column flex-column-fluid">
|
|
<!--begin::Toolbar-->
|
|
<div id="kt_app_toolbar" class="app-toolbar py-3 py-lg-6">
|
|
<!--begin::Toolbar container-->
|
|
<div id="kt_app_toolbar_container" class="app-container container-xxl d-flex flex-stack">
|
|
<!--begin::Page title-->
|
|
<div class="page-title d-flex flex-column justify-content-center flex-wrap me-3">
|
|
<!--begin::Title-->
|
|
<h1
|
|
class="page-heading d-flex text-dark fw-bold fs-3 flex-column justify-content-center my-0">
|
|
Manage Advisory (CMS)</h1>
|
|
<!--end::Title-->
|
|
<!--begin::Breadcrumb-->
|
|
<!--end::Breadcrumb-->
|
|
</div>
|
|
<!--end::Page title-->
|
|
<!--begin::Actions-->
|
|
<div class="d-flex align-items-center gap-2 gap-lg-3">
|
|
<!--begin::Filter menu-->
|
|
<div class="m-0">
|
|
<!--begin::Menu toggle-->
|
|
<a href="#"
|
|
class="btn btn-sm btn-flex bg-body btn-color-gray-700 btn-active-color-primary fw-bold"
|
|
data-kt-menu-trigger="click" data-kt-menu-placement="bottom-end">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen031.svg-->
|
|
<span class="svg-icon svg-icon-6 svg-icon-muted me-1">
|
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
|
|
xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M19.0759 3H4.72777C3.95892 3 3.47768 3.83148 3.86067 4.49814L8.56967 12.6949C9.17923 13.7559 9.5 14.9582 9.5 16.1819V19.5072C9.5 20.2189 10.2223 20.7028 10.8805 20.432L13.8805 19.1977C14.2553 19.0435 14.5 18.6783 14.5 18.273V13.8372C14.5 12.8089 14.8171 11.8056 15.408 10.964L19.8943 4.57465C20.3596 3.912 19.8856 3 19.0759 3Z"
|
|
fill="currentColor" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->Filter
|
|
</a>
|
|
<!--end::Menu toggle-->
|
|
<!--begin::Menu 1-->
|
|
<div class="menu menu-sub menu-sub-dropdown w-250px w-md-300px"
|
|
data-kt-menu="true" id="kt_menu_62cfa3a253c5c">
|
|
<!--begin::Header-->
|
|
<div class="px-7 py-5">
|
|
<div class="fs-5 text-dark fw-bold">Filter Options</div>
|
|
</div>
|
|
<!--end::Header-->
|
|
<!--begin::Menu separator-->
|
|
<div class="separator border-gray-200"></div>
|
|
<!--end::Menu separator-->
|
|
<!--begin::Form-->
|
|
<div class="px-7 py-5">
|
|
<!--begin::Input group-->
|
|
<div class="mb-10">
|
|
<!--begin::Label-->
|
|
<label class="form-label fw-semibold">Status:</label>
|
|
<!--end::Label-->
|
|
<!--begin::Input-->
|
|
<div>
|
|
<select class="form-select form-select-solid"
|
|
data-kt-select2="true" data-placeholder="Select option"
|
|
data-dropdown-parent="#kt_menu_62cfa3a253c5c"
|
|
data-allow-clear="true">
|
|
<option></option>
|
|
<option value="1">Active</option>
|
|
<option value="2">In-active</option>
|
|
|
|
</select>
|
|
</div>
|
|
<!--end::Input-->
|
|
</div>
|
|
<!--end::Input group-->
|
|
|
|
|
|
<!--begin::Actions-->
|
|
<div class="d-flex justify-content-end">
|
|
<button type="reset"
|
|
class="btn btn-sm btn-light btn-active-light-primary me-2"
|
|
data-kt-menu-dismiss="true">Reset</button>
|
|
<button type="submit" class="btn btn-sm btn-primary"
|
|
data-kt-menu-dismiss="true">Apply</button>
|
|
</div>
|
|
<!--end::Actions-->
|
|
</div>
|
|
<!--end::Form-->
|
|
</div>
|
|
<!--end::Menu 1-->
|
|
</div>
|
|
<!--end::Filter menu-->
|
|
<!--begin::Secondary button-->
|
|
<!--end::Secondary button-->
|
|
<!--begin::Primary button-->
|
|
<a href="#" class="btn btn-sm fw-bold btn-primary">Export</a>
|
|
<!--end::Primary button-->
|
|
</div>
|
|
<!--end::Actions-->
|
|
</div>
|
|
<!--end::Toolbar container-->
|
|
</div>
|
|
<!--end::Toolbar-->
|
|
<!--begin::Content-->
|
|
<div id="kt_app_content" class="app-content flex-column-fluid">
|
|
<!--begin::Content container-->
|
|
<div id="kt_app_content_container" class="app-container container-xxl">
|
|
<form action="#">
|
|
<!--begin::Card-->
|
|
<div class="card mb-7">
|
|
<!--begin::Card body-->
|
|
<div class="card-body">
|
|
<!--begin::Compact form-->
|
|
<div class="d-flex align-items-center">
|
|
<!--begin::Input group-->
|
|
<div class="position-relative w-md-400px me-md-2 ">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen021.svg-->
|
|
<span
|
|
class="svg-icon svg-icon-3 svg-icon-gray-500 position-absolute top-50 translate-middle ms-6">
|
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
|
|
xmlns="http://www.w3.org/2000/svg">
|
|
<rect opacity="0.5" x="17.0365" y="15.1223" width="8.15546"
|
|
height="2" rx="1" transform="rotate(45 17.0365 15.1223)"
|
|
fill="currentColor"></rect>
|
|
<path
|
|
d="M11 19C6.55556 19 3 15.4444 3 11C3 6.55556 6.55556 3 11 3C15.4444 3 19 6.55556 19 11C19 15.4444 15.4444 19 11 19ZM11 5C7.53333 5 5 7.53333 5 11C5 14.4667 7.53333 17 11 17C14.4667 17 17 14.4667 17 11C17 7.53333 14.4667 5 11 5Z"
|
|
fill="currentColor"></path>
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
<input type="text" class="form-control form-control-solid ps-10 h-40px"
|
|
name="search" value="" placeholder="Search">
|
|
</div>
|
|
<!--end::Input group-->
|
|
<!--begin:Action-->
|
|
<div class="d-flex align-items-center">
|
|
<button type="submit" class="btn btn-primary me-5">Search</button>
|
|
|
|
</div>
|
|
<!--end:Action-->
|
|
</div>
|
|
<!--end::Compact form-->
|
|
|
|
</div>
|
|
<!--end::Card body-->
|
|
</div>
|
|
<!--end::Card-->
|
|
</form>
|
|
<div class="advi-tab">
|
|
<ul id="myTabs" class="nav nav-pills nav-justified" role="tablist" data-tabs="tabs">
|
|
<li><a href="#Investment" data-toggle="tab" class="active">Investment Advisory</a></li>
|
|
<li><a href="#Taxation" data-toggle="tab">Taxation</a></li>
|
|
</ul>
|
|
<div class="tab-content">
|
|
<div role="tabpanel" class="tab-pane fade in active show" id="Investment">
|
|
<div class="card mb-5 mb-xl-8">
|
|
|
|
<!--begin::Body-->
|
|
<div class="card-body py-3">
|
|
<!--begin::Table container-->
|
|
<div class="table-responsive">
|
|
<!--begin::Table-->
|
|
<table
|
|
class="table table-row-bordered table-row-gray-100 align-middle gs-0 gy-3">
|
|
<!--begin::Table head-->
|
|
<thead>
|
|
<tr class="fw-bold ">
|
|
<th class="w-50px">
|
|
<div
|
|
class="form-check form-check-sm form-check-custom form-check-solid">
|
|
<input class="form-check-input" type="checkbox"
|
|
value="1" data-kt-check="true"
|
|
data-kt-check-target=".widget-13-check" />
|
|
</div>
|
|
</th>
|
|
<th class="min-w-100px">Client ID</th>
|
|
<th class="min-w-200px">Stock Name</th>
|
|
<th class="min-w-150px">Category Name</th>
|
|
<th class="min-w-150px">Add Category</th>
|
|
<th class="min-w-120px">Status</th>
|
|
<th class="min-w-150px text-center">Actions</th>
|
|
</tr>
|
|
</thead>
|
|
<!--end::Table head-->
|
|
<!--begin::Table body-->
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<div
|
|
class="form-check form-check-sm form-check-custom form-check-solid">
|
|
<input class="form-check-input widget-13-check"
|
|
type="checkbox" value="1" />
|
|
</div>
|
|
</td>
|
|
<td class=" fs-6">
|
|
0001</td>
|
|
|
|
<td class=" fs-6">
|
|
Reliance Industries Ltd.
|
|
|
|
</td>
|
|
<td class=" fs-6">
|
|
Top Gainer
|
|
</td>
|
|
<td class=" fs-6 text-hover-primary add-drop-advisor">
|
|
<div class="menu">
|
|
<input type="radio"
|
|
name="selected-menu"
|
|
id="selected-menu1"
|
|
class="menu--selector">
|
|
<label class="menu--title" for="selected-menu1"><span>+</span>Add</label>
|
|
<ul class="menu--items">
|
|
<li class="menu--item"><a href="#">Top Gainer</a></li>
|
|
<li class="menu--item"><a href="#">Top Losers </a></li>
|
|
<li class="menu--item"><a href="#">Active By Volume</a></li>
|
|
<li class="menu--item"><a href="#">52 Week High</a></li>
|
|
<li class="menu--item"><a href="#">52 Week Low</a></li>
|
|
</ul>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<span class="badge badge-light-success">Active</span>
|
|
</td>
|
|
<td class="text-end">
|
|
<a href="#" data-toggle="modal" data-target="#notify_popup"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen019.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<img src="assets/media/logos/noti-icons.png">
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="{{url('/stocks')}}"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/art/art005.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16"
|
|
height="16" fill="currentColor"
|
|
class="bi bi-eye" viewBox="0 0 16 16">
|
|
<path
|
|
d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z" />
|
|
<path
|
|
d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="" data-toggle="modal" data-target="#delete_opt"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen027.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M5 9C5 8.44772 5.44772 8 6 8H18C18.5523 8 19 8.44772 19 9V18C19 19.6569 17.6569 21 16 21H8C6.34315 21 5 19.6569 5 18V9Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M5 5C5 4.44772 5.44772 4 6 4H18C18.5523 4 19 4.44772 19 5V5C19 5.55228 18.5523 6 18 6H6C5.44772 6 5 5.55228 5 5V5Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V4H9V4Z"
|
|
fill="currentColor" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div
|
|
class="form-check form-check-sm form-check-custom form-check-solid">
|
|
<input class="form-check-input widget-13-check"
|
|
type="checkbox" value="1" />
|
|
</div>
|
|
</td>
|
|
<td class=" fs-6">
|
|
0002</td>
|
|
|
|
<td class=" fs-6">
|
|
Reliance Industries Ltd.
|
|
|
|
</td>
|
|
<td class=" fs-6">
|
|
Active By Value
|
|
</td>
|
|
<td class=" fs-6 text-hover-primary add-drop-advisor">
|
|
<div class="menu">
|
|
<input type="radio"
|
|
name="selected-menu"
|
|
id="selected-menu1-1"
|
|
class="menu--selector">
|
|
<label class="menu--title" for="selected-menu1-1"><span>+</span>Add</label>
|
|
<ul class="menu--items">
|
|
<li class="menu--item"><a href="#">Top Gainer</a></li>
|
|
<li class="menu--item"><a href="#">Top Losers </a></li>
|
|
<li class="menu--item"><a href="#">Active By Volume</a></li>
|
|
<li class="menu--item"><a href="#">52 Week High</a></li>
|
|
<li class="menu--item"><a href="#">52 Week Low</a></li>
|
|
</ul>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<span class="badge badge-light-success">Active</span>
|
|
</td>
|
|
<td class="text-end">
|
|
<a href="#" data-toggle="modal" data-target="#notify_popup"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen019.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<img src="assets/media/logos/noti-icons.png">
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="stocks.php"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/art/art005.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16"
|
|
height="16" fill="currentColor"
|
|
class="bi bi-eye" viewBox="0 0 16 16">
|
|
<path
|
|
d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z" />
|
|
<path
|
|
d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="" data-toggle="modal" data-target="#delete_opt"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen027.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M5 9C5 8.44772 5.44772 8 6 8H18C18.5523 8 19 8.44772 19 9V18C19 19.6569 17.6569 21 16 21H8C6.34315 21 5 19.6569 5 18V9Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M5 5C5 4.44772 5.44772 4 6 4H18C18.5523 4 19 4.44772 19 5V5C19 5.55228 18.5523 6 18 6H6C5.44772 6 5 5.55228 5 5V5Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V4H9V4Z"
|
|
fill="currentColor" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div
|
|
class="form-check form-check-sm form-check-custom form-check-solid">
|
|
<input class="form-check-input widget-13-check"
|
|
type="checkbox" value="1" />
|
|
</div>
|
|
</td>
|
|
<td class=" fs-6">
|
|
0003</td>
|
|
|
|
<td class=" fs-6">
|
|
Reliance Industries Ltd.
|
|
|
|
</td>
|
|
<td class=" fs-6">
|
|
Top Losers
|
|
</td>
|
|
<td class=" fs-6 text-hover-primary add-drop-advisor">
|
|
<div class="menu">
|
|
<input type="radio"
|
|
name="selected-menu"
|
|
id="selected-menu1-2"
|
|
class="menu--selector">
|
|
<label class="menu--title" for="selected-menu1-2"><span>+</span>Add</label>
|
|
<ul class="menu--items">
|
|
<li class="menu--item"><a href="#">Top Gainer</a></li>
|
|
<li class="menu--item"><a href="#">Top Losers </a></li>
|
|
<li class="menu--item"><a href="#">Active By Volume</a></li>
|
|
<li class="menu--item"><a href="#">52 Week High</a></li>
|
|
<li class="menu--item"><a href="#">52 Week Low</a></li>
|
|
</ul>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<span class="badge badge-light-success">Active</span>
|
|
</td>
|
|
<td class="text-end">
|
|
<a href="#" data-toggle="modal" data-target="#notify_popup"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen019.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<img src="assets/media/logos/noti-icons.png">
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="stocks.php"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/art/art005.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16"
|
|
height="16" fill="currentColor"
|
|
class="bi bi-eye" viewBox="0 0 16 16">
|
|
<path
|
|
d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z" />
|
|
<path
|
|
d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="" data-toggle="modal" data-target="#delete_opt"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen027.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M5 9C5 8.44772 5.44772 8 6 8H18C18.5523 8 19 8.44772 19 9V18C19 19.6569 17.6569 21 16 21H8C6.34315 21 5 19.6569 5 18V9Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M5 5C5 4.44772 5.44772 4 6 4H18C18.5523 4 19 4.44772 19 5V5C19 5.55228 18.5523 6 18 6H6C5.44772 6 5 5.55228 5 5V5Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V4H9V4Z"
|
|
fill="currentColor" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div
|
|
class="form-check form-check-sm form-check-custom form-check-solid">
|
|
<input class="form-check-input widget-13-check"
|
|
type="checkbox" value="1" />
|
|
</div>
|
|
</td>
|
|
<td class=" fs-6">
|
|
0004</td>
|
|
|
|
<td class=" fs-6">
|
|
Reliance Industries Ltd.
|
|
|
|
</td>
|
|
<td class=" fs-6">
|
|
Top Gainer
|
|
</td>
|
|
<td class=" fs-6 text-hover-primary add-drop-advisor">
|
|
<div class="menu">
|
|
<input type="radio"
|
|
name="selected-menu"
|
|
id="selected-menu1-3"
|
|
class="menu--selector">
|
|
<label class="menu--title" for="selected-menu1-3"><span>+</span>Add</label>
|
|
<ul class="menu--items">
|
|
<li class="menu--item"><a href="#">Top Gainer</a></li>
|
|
<li class="menu--item"><a href="#">Top Losers </a></li>
|
|
<li class="menu--item"><a href="#">Active By Volume</a></li>
|
|
<li class="menu--item"><a href="#">52 Week High</a></li>
|
|
<li class="menu--item"><a href="#">52 Week Low</a></li>
|
|
</ul>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<span class="badge badge-light-success">Active</span>
|
|
</td>
|
|
<td class="text-end">
|
|
<a href="#" data-toggle="modal" data-target="#notify_popup"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen019.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<img src="assets/media/logos/noti-icons.png">
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="stocks.php"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/art/art005.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16"
|
|
height="16" fill="currentColor"
|
|
class="bi bi-eye" viewBox="0 0 16 16">
|
|
<path
|
|
d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z" />
|
|
<path
|
|
d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="" data-toggle="modal" data-target="#delete_opt"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen027.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M5 9C5 8.44772 5.44772 8 6 8H18C18.5523 8 19 8.44772 19 9V18C19 19.6569 17.6569 21 16 21H8C6.34315 21 5 19.6569 5 18V9Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M5 5C5 4.44772 5.44772 4 6 4H18C18.5523 4 19 4.44772 19 5V5C19 5.55228 18.5523 6 18 6H6C5.44772 6 5 5.55228 5 5V5Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V4H9V4Z"
|
|
fill="currentColor" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div
|
|
class="form-check form-check-sm form-check-custom form-check-solid">
|
|
<input class="form-check-input widget-13-check"
|
|
type="checkbox" value="1" />
|
|
</div>
|
|
</td>
|
|
<td class=" fs-6">
|
|
0005</td>
|
|
|
|
<td class=" fs-6">
|
|
Reliance Industries Ltd.
|
|
|
|
</td>
|
|
<td class=" fs-6">
|
|
Top Gainer
|
|
</td>
|
|
<td class=" fs-6 text-hover-primary add-drop-advisor">
|
|
<div class="menu">
|
|
<input type="radio"
|
|
name="selected-menu"
|
|
id="selected-menu1-4"
|
|
class="menu--selector">
|
|
<label class="menu--title" for="selected-menu1-4"><span>+</span>Add</label>
|
|
<ul class="menu--items">
|
|
<li class="menu--item"><a href="#">Top Gainer</a></li>
|
|
<li class="menu--item"><a href="#">Top Losers </a></li>
|
|
<li class="menu--item"><a href="#">Active By Volume</a></li>
|
|
<li class="menu--item"><a href="#">52 Week High</a></li>
|
|
<li class="menu--item"><a href="#">52 Week Low</a></li>
|
|
</ul>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<span class="badge badge-light-success">Active</span>
|
|
</td>
|
|
<td class="text-end">
|
|
<a href="#" data-toggle="modal" data-target="#notify_popup"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen019.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<img src="assets/media/logos/noti-icons.png">
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="stocks.php"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/art/art005.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16"
|
|
height="16" fill="currentColor"
|
|
class="bi bi-eye" viewBox="0 0 16 16">
|
|
<path
|
|
d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z" />
|
|
<path
|
|
d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="" data-toggle="modal" data-target="#delete_opt"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen027.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M5 9C5 8.44772 5.44772 8 6 8H18C18.5523 8 19 8.44772 19 9V18C19 19.6569 17.6569 21 16 21H8C6.34315 21 5 19.6569 5 18V9Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M5 5C5 4.44772 5.44772 4 6 4H18C18.5523 4 19 4.44772 19 5V5C19 5.55228 18.5523 6 18 6H6C5.44772 6 5 5.55228 5 5V5Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V4H9V4Z"
|
|
fill="currentColor" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div
|
|
class="form-check form-check-sm form-check-custom form-check-solid">
|
|
<input class="form-check-input widget-13-check"
|
|
type="checkbox" value="1" />
|
|
</div>
|
|
</td>
|
|
<td class=" fs-6">
|
|
0006</td>
|
|
|
|
<td class=" fs-6">
|
|
Reliance Industries Ltd.
|
|
|
|
</td>
|
|
<td class=" fs-6">
|
|
Top Gainer
|
|
</td>
|
|
<td class=" fs-6 text-hover-primary add-drop-advisor">
|
|
<div class="menu">
|
|
<input type="radio"
|
|
name="selected-menu"
|
|
id="selected-menu1-5"
|
|
class="menu--selector">
|
|
<label class="menu--title" for="selected-menu1-5"><span>+</span>Add</label>
|
|
<ul class="menu--items">
|
|
<li class="menu--item"><a href="#">Top Gainer</a></li>
|
|
<li class="menu--item"><a href="#">Top Losers </a></li>
|
|
<li class="menu--item"><a href="#">Active By Volume</a></li>
|
|
<li class="menu--item"><a href="#">52 Week High</a></li>
|
|
<li class="menu--item"><a href="#">52 Week Low</a></li>
|
|
</ul>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<span class="badge badge-light-success">Active</span>
|
|
</td>
|
|
<td class="text-end">
|
|
<a href="#" data-toggle="modal" data-target="#notify_popup"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen019.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<img src="assets/media/logos/noti-icons.png">
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="stocks.php"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/art/art005.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16"
|
|
height="16" fill="currentColor"
|
|
class="bi bi-eye" viewBox="0 0 16 16">
|
|
<path
|
|
d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z" />
|
|
<path
|
|
d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="" data-toggle="modal" data-target="#delete_opt"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen027.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M5 9C5 8.44772 5.44772 8 6 8H18C18.5523 8 19 8.44772 19 9V18C19 19.6569 17.6569 21 16 21H8C6.34315 21 5 19.6569 5 18V9Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M5 5C5 4.44772 5.44772 4 6 4H18C18.5523 4 19 4.44772 19 5V5C19 5.55228 18.5523 6 18 6H6C5.44772 6 5 5.55228 5 5V5Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V4H9V4Z"
|
|
fill="currentColor" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div
|
|
class="form-check form-check-sm form-check-custom form-check-solid">
|
|
<input class="form-check-input widget-13-check"
|
|
type="checkbox" value="1" />
|
|
</div>
|
|
</td>
|
|
<td class=" fs-6">
|
|
0007</td>
|
|
|
|
<td class=" fs-6">
|
|
Reliance Industries Ltd.
|
|
|
|
</td>
|
|
<td class=" fs-6">
|
|
Top Gainer
|
|
</td>
|
|
<td class=" fs-6 text-hover-primary add-drop-advisor">
|
|
<div class="menu">
|
|
<input type="radio"
|
|
name="selected-menu"
|
|
id="selected-menu1-6"
|
|
class="menu--selector">
|
|
<label class="menu--title" for="selected-menu1-6"><span>+</span>Add</label>
|
|
<ul class="menu--items">
|
|
<li class="menu--item"><a href="#">Top Gainer</a></li>
|
|
<li class="menu--item"><a href="#">Top Losers </a></li>
|
|
<li class="menu--item"><a href="#">Active By Volume</a></li>
|
|
<li class="menu--item"><a href="#">52 Week High</a></li>
|
|
<li class="menu--item"><a href="#">52 Week Low</a></li>
|
|
</ul>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<span class="badge badge-light-success">Active</span>
|
|
</td>
|
|
<td class="text-end">
|
|
<a href="#" data-toggle="modal" data-target="#notify_popup"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen019.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<img src="assets/media/logos/noti-icons.png">
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="stocks.php"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/art/art005.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16"
|
|
height="16" fill="currentColor"
|
|
class="bi bi-eye" viewBox="0 0 16 16">
|
|
<path
|
|
d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z" />
|
|
<path
|
|
d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="" data-toggle="modal" data-target="#delete_opt"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen027.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M5 9C5 8.44772 5.44772 8 6 8H18C18.5523 8 19 8.44772 19 9V18C19 19.6569 17.6569 21 16 21H8C6.34315 21 5 19.6569 5 18V9Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M5 5C5 4.44772 5.44772 4 6 4H18C18.5523 4 19 4.44772 19 5V5C19 5.55228 18.5523 6 18 6H6C5.44772 6 5 5.55228 5 5V5Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V4H9V4Z"
|
|
fill="currentColor" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div
|
|
class="form-check form-check-sm form-check-custom form-check-solid">
|
|
<input class="form-check-input widget-13-check"
|
|
type="checkbox" value="1" />
|
|
</div>
|
|
</td>
|
|
<td class=" fs-6">
|
|
0008</td>
|
|
|
|
<td class=" fs-6">
|
|
Reliance Industries Ltd.
|
|
|
|
</td>
|
|
<td class=" fs-6">
|
|
Top Gainer
|
|
</td>
|
|
<td class=" fs-6 text-hover-primary add-drop-advisor">
|
|
<div class="menu">
|
|
<input type="radio"
|
|
name="selected-menu"
|
|
id="selected-menu1-7"
|
|
class="menu--selector">
|
|
<label class="menu--title" for="selected-menu1-7"><span>+</span>Add</label>
|
|
<ul class="menu--items">
|
|
<li class="menu--item"><a href="#">Top Gainer</a></li>
|
|
<li class="menu--item"><a href="#">Top Losers </a></li>
|
|
<li class="menu--item"><a href="#">Active By Volume</a></li>
|
|
<li class="menu--item"><a href="#">52 Week High</a></li>
|
|
<li class="menu--item"><a href="#">52 Week Low</a></li>
|
|
</ul>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<span class="badge badge-light-success">Active</span>
|
|
</td>
|
|
<td class="text-end">
|
|
<a href="#" data-toggle="modal" data-target="#notify_popup"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen019.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<img src="assets/media/logos/noti-icons.png">
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="stocks.php"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/art/art005.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16"
|
|
height="16" fill="currentColor"
|
|
class="bi bi-eye" viewBox="0 0 16 16">
|
|
<path
|
|
d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z" />
|
|
<path
|
|
d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="" data-toggle="modal" data-target="#delete_opt"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen027.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M5 9C5 8.44772 5.44772 8 6 8H18C18.5523 8 19 8.44772 19 9V18C19 19.6569 17.6569 21 16 21H8C6.34315 21 5 19.6569 5 18V9Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M5 5C5 4.44772 5.44772 4 6 4H18C18.5523 4 19 4.44772 19 5V5C19 5.55228 18.5523 6 18 6H6C5.44772 6 5 5.55228 5 5V5Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V4H9V4Z"
|
|
fill="currentColor" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div
|
|
class="form-check form-check-sm form-check-custom form-check-solid">
|
|
<input class="form-check-input widget-13-check"
|
|
type="checkbox" value="1" />
|
|
</div>
|
|
</td>
|
|
<td class=" fs-6">
|
|
0009</td>
|
|
|
|
<td class=" fs-6">
|
|
Reliance Industries Ltd.
|
|
|
|
</td>
|
|
<td class=" fs-6">
|
|
Top Gainer
|
|
</td>
|
|
<td class=" fs-6 text-hover-primary add-drop-advisor">
|
|
<div class="menu">
|
|
<input type="radio"
|
|
name="selected-menu"
|
|
id="selected-menu1-8"
|
|
class="menu--selector">
|
|
<label class="menu--title" for="selected-menu1-8"><span>+</span>Add</label>
|
|
<ul class="menu--items">
|
|
<li class="menu--item"><a href="#">Top Gainer</a></li>
|
|
<li class="menu--item"><a href="#">Top Losers </a></li>
|
|
<li class="menu--item"><a href="#">Active By Volume</a></li>
|
|
<li class="menu--item"><a href="#">52 Week High</a></li>
|
|
<li class="menu--item"><a href="#">52 Week Low</a></li>
|
|
</ul>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<span class="badge badge-light-success">Active</span>
|
|
</td>
|
|
<td class="text-end">
|
|
<a href="#" data-toggle="modal" data-target="#notify_popup"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen019.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<img src="assets/media/logos/noti-icons.png">
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="stocks.php"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/art/art005.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16"
|
|
height="16" fill="currentColor"
|
|
class="bi bi-eye" viewBox="0 0 16 16">
|
|
<path
|
|
d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z" />
|
|
<path
|
|
d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="" data-toggle="modal" data-target="#delete_opt"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen027.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M5 9C5 8.44772 5.44772 8 6 8H18C18.5523 8 19 8.44772 19 9V18C19 19.6569 17.6569 21 16 21H8C6.34315 21 5 19.6569 5 18V9Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M5 5C5 4.44772 5.44772 4 6 4H18C18.5523 4 19 4.44772 19 5V5C19 5.55228 18.5523 6 18 6H6C5.44772 6 5 5.55228 5 5V5Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V4H9V4Z"
|
|
fill="currentColor" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
</tbody>
|
|
<!--end::Table body-->
|
|
</table>
|
|
<!--end::Table-->
|
|
</div>
|
|
<!--end::Table container-->
|
|
</div>
|
|
<!--begin::Body-->
|
|
|
|
</div>
|
|
</div>
|
|
<div role="tabpanel" class="tab-pane fade" id="Taxation">
|
|
<div class="card mb-5 mb-xl-8">
|
|
|
|
<!--begin::Body-->
|
|
<div class="card-body py-3">
|
|
<!--begin::Table container-->
|
|
<div class="table-responsive">
|
|
<!--begin::Table-->
|
|
<table
|
|
class="table table-row-bordered table-row-gray-100 align-middle gs-0 gy-3">
|
|
<!--begin::Table head-->
|
|
<thead>
|
|
<tr class="fw-bold ">
|
|
<th class="w-50px">
|
|
<div
|
|
class="form-check form-check-sm form-check-custom form-check-solid">
|
|
<input class="form-check-input" type="checkbox"
|
|
value="1" data-kt-check="true"
|
|
data-kt-check-target=".widget-13-check" />
|
|
</div>
|
|
</th>
|
|
<th class="min-w-100px">Client ID</th>
|
|
<th class="min-w-200px">Full Name</th>
|
|
<th class="min-w-150px">Contact Number</th>
|
|
<th class="min-w-150px">Email ID</th>
|
|
<th class="min-w-150px">Subscribed For</th>
|
|
<th class="min-w-150px text-center">Actions</th>
|
|
</tr>
|
|
</thead>
|
|
<!--end::Table head-->
|
|
<!--begin::Table body-->
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<div
|
|
class="form-check form-check-sm form-check-custom form-check-solid">
|
|
<input class="form-check-input widget-13-check"
|
|
type="checkbox" value="1" />
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" fs-6">0001</li>
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" d-block mb-1 fs-6">
|
|
|
|
Aditya Gupta</li>
|
|
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" d-block mb-1 fs-6">8425025713</li>
|
|
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" d-block mb-1 fs-6">adity@gmail.com</li>
|
|
|
|
</td>
|
|
<td class=" fs-6">Taxation
|
|
</td>
|
|
<td class="text-dark">
|
|
<a href="#" data-toggle="modal" data-target="#notify_popup"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen019.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<img src="assets/media/logos/noti-icons.png">
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="taxation_tab.php"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/art/art005.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye" viewBox="0 0 16 16">
|
|
<path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z"></path>
|
|
<path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z"></path>
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="" data-toggle="modal" data-target="#delete_opt"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen027.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M5 9C5 8.44772 5.44772 8 6 8H18C18.5523 8 19 8.44772 19 9V18C19 19.6569 17.6569 21 16 21H8C6.34315 21 5 19.6569 5 18V9Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M5 5C5 4.44772 5.44772 4 6 4H18C18.5523 4 19 4.44772 19 5V5C19 5.55228 18.5523 6 18 6H6C5.44772 6 5 5.55228 5 5V5Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V4H9V4Z"
|
|
fill="currentColor" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div
|
|
class="form-check form-check-sm form-check-custom form-check-solid">
|
|
<input class="form-check-input widget-13-check"
|
|
type="checkbox" value="1" />
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" fs-6">0002</li>
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" d-block mb-1 fs-6">
|
|
|
|
Kartikey Gautam</li>
|
|
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" d-block mb-1 fs-6">8425025713</li>
|
|
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" d-block mb-1 fs-6">adity@gmail.com</li>
|
|
|
|
</td>
|
|
<td class="fs-6">Taxation
|
|
</td>
|
|
<td class="text-dark">
|
|
<a href="#" data-toggle="modal" data-target="#notify_popup"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen019.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<img src="assets/media/logos/noti-icons.png">
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="taxation_tab.php"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/art/art005.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye" viewBox="0 0 16 16">
|
|
<path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z"></path>
|
|
<path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z"></path>
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="" data-toggle="modal" data-target="#delete_opt"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen027.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M5 9C5 8.44772 5.44772 8 6 8H18C18.5523 8 19 8.44772 19 9V18C19 19.6569 17.6569 21 16 21H8C6.34315 21 5 19.6569 5 18V9Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M5 5C5 4.44772 5.44772 4 6 4H18C18.5523 4 19 4.44772 19 5V5C19 5.55228 18.5523 6 18 6H6C5.44772 6 5 5.55228 5 5V5Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V4H9V4Z"
|
|
fill="currentColor" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
<div
|
|
class="form-check form-check-sm form-check-custom form-check-solid">
|
|
<input class="form-check-input widget-13-check"
|
|
type="checkbox" value="1" />
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" fs-6">0003</li>
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" d-block mb-1 fs-6">
|
|
|
|
Vikas Jain</li>
|
|
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" d-block mb-1 fs-6">8425025713</li>
|
|
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" d-block mb-1 fs-6">adity@gmail.com</li>
|
|
|
|
</td>
|
|
<td class=" fs-6">Taxation
|
|
</td>
|
|
<td class="text-dark">
|
|
<a href="#" data-toggle="modal" data-target="#notify_popup"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen019.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<img src="assets/media/logos/noti-icons.png">
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="taxation_tab.php"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/art/art005.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye" viewBox="0 0 16 16">
|
|
<path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z"></path>
|
|
<path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z"></path>
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="" data-toggle="modal" data-target="#delete_opt"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen027.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M5 9C5 8.44772 5.44772 8 6 8H18C18.5523 8 19 8.44772 19 9V18C19 19.6569 17.6569 21 16 21H8C6.34315 21 5 19.6569 5 18V9Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M5 5C5 4.44772 5.44772 4 6 4H18C18.5523 4 19 4.44772 19 5V5C19 5.55228 18.5523 6 18 6H6C5.44772 6 5 5.55228 5 5V5Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V4H9V4Z"
|
|
fill="currentColor" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div
|
|
class="form-check form-check-sm form-check-custom form-check-solid">
|
|
<input class="form-check-input widget-13-check"
|
|
type="checkbox" value="1" />
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" fs-6">0004</li>
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" d-block mb-1 fs-6">
|
|
|
|
Atul Pandey</li>
|
|
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" d-block mb-1 fs-6">8425025713</li>
|
|
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" d-block mb-1 fs-6">adity@gmail.com</li>
|
|
|
|
</td>
|
|
<td class=" fs-6">Taxation
|
|
</td>
|
|
<td class="text-dark">
|
|
<a href="#" data-toggle="modal" data-target="#notify_popup"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen019.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<img src="assets/media/logos/noti-icons.png">
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="taxation_tab.php"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/art/art005.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye" viewBox="0 0 16 16">
|
|
<path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z"></path>
|
|
<path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z"></path>
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="" data-toggle="modal" data-target="#delete_opt"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen027.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M5 9C5 8.44772 5.44772 8 6 8H18C18.5523 8 19 8.44772 19 9V18C19 19.6569 17.6569 21 16 21H8C6.34315 21 5 19.6569 5 18V9Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M5 5C5 4.44772 5.44772 4 6 4H18C18.5523 4 19 4.44772 19 5V5C19 5.55228 18.5523 6 18 6H6C5.44772 6 5 5.55228 5 5V5Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V4H9V4Z"
|
|
fill="currentColor" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div
|
|
class="form-check form-check-sm form-check-custom form-check-solid">
|
|
<input class="form-check-input widget-13-check"
|
|
type="checkbox" value="1" />
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" fs-6">0005</li>
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" d-block mb-1 fs-6">
|
|
|
|
Aditya Gupta</li>
|
|
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" d-block mb-1 fs-6">8425025713</li>
|
|
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" d-block mb-1 fs-6">adity@gmail.com</li>
|
|
|
|
</td>
|
|
<td class=" fs-6">Taxation
|
|
</td>
|
|
<td class="text-dark">
|
|
<a href="#" data-toggle="modal" data-target="#notify_popup"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen019.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<img src="assets/media/logos/noti-icons.png">
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="taxation_tab.php"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/art/art005.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye" viewBox="0 0 16 16">
|
|
<path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z"></path>
|
|
<path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z"></path>
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="" data-toggle="modal" data-target="#delete_opt"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen027.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M5 9C5 8.44772 5.44772 8 6 8H18C18.5523 8 19 8.44772 19 9V18C19 19.6569 17.6569 21 16 21H8C6.34315 21 5 19.6569 5 18V9Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M5 5C5 4.44772 5.44772 4 6 4H18C18.5523 4 19 4.44772 19 5V5C19 5.55228 18.5523 6 18 6H6C5.44772 6 5 5.55228 5 5V5Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V4H9V4Z"
|
|
fill="currentColor" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
<div
|
|
class="form-check form-check-sm form-check-custom form-check-solid">
|
|
<input class="form-check-input widget-13-check"
|
|
type="checkbox" value="1" />
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" fs-6">0006</li>
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" d-block mb-1 fs-6">
|
|
|
|
Atul Pandey</li>
|
|
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" d-block mb-1 fs-6">8425025713</li>
|
|
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" d-block mb-1 fs-6">adity@gmail.com</li>
|
|
|
|
</td>
|
|
<td class=" fs-6">Taxation
|
|
</td>
|
|
<td class="text-dark">
|
|
<a href="#" data-toggle="modal" data-target="#notify_popup"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen019.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<img src="assets/media/logos/noti-icons.png">
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="taxation_tab.php"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/art/art005.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye" viewBox="0 0 16 16">
|
|
<path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z"></path>
|
|
<path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z"></path>
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="" data-toggle="modal" data-target="#delete_opt"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen027.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M5 9C5 8.44772 5.44772 8 6 8H18C18.5523 8 19 8.44772 19 9V18C19 19.6569 17.6569 21 16 21H8C6.34315 21 5 19.6569 5 18V9Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M5 5C5 4.44772 5.44772 4 6 4H18C18.5523 4 19 4.44772 19 5V5C19 5.55228 18.5523 6 18 6H6C5.44772 6 5 5.55228 5 5V5Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V4H9V4Z"
|
|
fill="currentColor" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div
|
|
class="form-check form-check-sm form-check-custom form-check-solid">
|
|
<input class="form-check-input widget-13-check"
|
|
type="checkbox" value="1" />
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" fs-6">0007</li>
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" d-block mb-1 fs-6">
|
|
|
|
Abhisek mishra</li>
|
|
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" d-block mb-1 fs-6">8425025713</li>
|
|
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" d-block mb-1 fs-6">adity@gmail.com</li>
|
|
|
|
</td>
|
|
<td class=" fs-6">Taxation
|
|
</td>
|
|
<td class="text-dark">
|
|
<a href="#" data-toggle="modal" data-target="#notify_popup"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen019.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<img src="assets/media/logos/noti-icons.png">
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="taxation_tab.php"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/art/art005.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye" viewBox="0 0 16 16">
|
|
<path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z"></path>
|
|
<path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z"></path>
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="" data-toggle="modal" data-target="#delete_opt"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen027.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M5 9C5 8.44772 5.44772 8 6 8H18C18.5523 8 19 8.44772 19 9V18C19 19.6569 17.6569 21 16 21H8C6.34315 21 5 19.6569 5 18V9Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M5 5C5 4.44772 5.44772 4 6 4H18C18.5523 4 19 4.44772 19 5V5C19 5.55228 18.5523 6 18 6H6C5.44772 6 5 5.55228 5 5V5Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V4H9V4Z"
|
|
fill="currentColor" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div
|
|
class="form-check form-check-sm form-check-custom form-check-solid">
|
|
<input class="form-check-input widget-13-check"
|
|
type="checkbox" value="1" />
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" fs-6">0008</li>
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" d-block mb-1 fs-6">
|
|
|
|
Aditya Gupta</li>
|
|
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" d-block mb-1 fs-6">8425025713</li>
|
|
|
|
</td>
|
|
<td>
|
|
<li
|
|
class=" d-block mb-1 fs-6">adity@gmail.com</li>
|
|
|
|
</td>
|
|
<td class=" fs-6">Taxation
|
|
</td>
|
|
<td class="text-dark">
|
|
<a href="#" data-toggle="modal" data-target="#notify_popup"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen019.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<img src="assets/media/logos/noti-icons.png">
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="taxation_tab.php"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm me-1">
|
|
<!--begin::Svg Icon | path: icons/duotune/art/art005.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye" viewBox="0 0 16 16">
|
|
<path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z"></path>
|
|
<path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z"></path>
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
<a href="" data-toggle="modal" data-target="#delete_opt"
|
|
class="btn btn-icon btn-bg-light btn-active-color-primary btn-sm">
|
|
<!--begin::Svg Icon | path: icons/duotune/general/gen027.svg-->
|
|
<span class="svg-icon svg-icon-3">
|
|
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M5 9C5 8.44772 5.44772 8 6 8H18C18.5523 8 19 8.44772 19 9V18C19 19.6569 17.6569 21 16 21H8C6.34315 21 5 19.6569 5 18V9Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M5 5C5 4.44772 5.44772 4 6 4H18C18.5523 4 19 4.44772 19 5V5C19 5.55228 18.5523 6 18 6H6C5.44772 6 5 5.55228 5 5V5Z"
|
|
fill="currentColor" />
|
|
<path opacity="0.5"
|
|
d="M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V4H9V4Z"
|
|
fill="currentColor" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</a>
|
|
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
<!--end::Table body-->
|
|
</table>
|
|
<!--end::Table-->
|
|
</div>
|
|
<!--end::Table container-->
|
|
</div>
|
|
<!--begin::Body-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<!--begin::Tables Widget 13-->
|
|
|
|
<!--end::Tables Widget 13-->
|
|
<div class="d-flex flex-stack flex-wrap pt-10 justify-content-end">
|
|
<!--<div class="fs-6 fw-semibold text-gray-700">Showing 1 to 10 of 50 entries</div>-->
|
|
<!--begin::Pages-->
|
|
<ul class="pagination">
|
|
<li class="page-item previous">
|
|
<a href="#" class="page-link">
|
|
<i class="previous"></i>
|
|
</a>
|
|
</li>
|
|
<li class="page-item active">
|
|
<a href="#" class="page-link">1</a>
|
|
</li>
|
|
<li class="page-item">
|
|
<a href="#" class="page-link">2</a>
|
|
</li>
|
|
<li class="page-item">
|
|
<a href="#" class="page-link">3</a>
|
|
</li>
|
|
|
|
<li class="page-item next">
|
|
<a href="#" class="page-link">
|
|
<i class="next"></i>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
<!--end::Pages-->
|
|
</div>
|
|
</div>
|
|
<!--end::Content container-->
|
|
</div>
|
|
<!--end::Content-->
|
|
</div>
|
|
<!--end::Content wrapper-->
|
|
|
|
<!--</div>-->
|
|
<!--end:::Main-->
|
|
<!--</div>-->
|
|
<!--end::Wrapper-->
|
|
|
|
|
|
<!--begin::Scrolltop-->
|
|
<div id="kt_scrolltop" class="scrolltop" data-kt-scrolltop="true">
|
|
<!--begin::Svg Icon | path: icons/duotune/arrows/arr066.svg-->
|
|
<span class="svg-icon">
|
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<rect opacity="0.5" x="13" y="6" width="13" height="2" rx="1" transform="rotate(90 13 6)"
|
|
fill="currentColor" />
|
|
<path
|
|
d="M12.5657 8.56569L16.75 12.75C17.1642 13.1642 17.8358 13.1642 18.25 12.75C18.6642 12.3358 18.6642 11.6642 18.25 11.25L12.7071 5.70711C12.3166 5.31658 11.6834 5.31658 11.2929 5.70711L5.75 11.25C5.33579 11.6642 5.33579 12.3358 5.75 12.75C6.16421 13.1642 6.83579 13.1642 7.25 12.75L11.4343 8.56569C11.7467 8.25327 12.2533 8.25327 12.5657 8.56569Z"
|
|
fill="currentColor" />
|
|
</svg>
|
|
</span>
|
|
<!--end::Svg Icon-->
|
|
</div>
|
|
<!--end::Scrolltop-->
|
|
<!--begin::Modals-->
|
|
|
|
|
|
<!--begin::Modal - Users Search-->
|
|
|
|
<!--end::Modal - Users Search-->
|
|
<!--begin::Delete Modals-->
|
|
<div class="modal fade" id="delete_opt" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle"
|
|
aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-centered" role="document">
|
|
<div class="modal-content Delete_pop">
|
|
|
|
<div class="modal-body">
|
|
<svg style="color: red;margin-bottom: 20px;" xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="currentColor" class="bi bi-x-circle" viewBox="0 0 16 16"> <path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z" fill="red"></path> <path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z" fill="red"></path> </svg>
|
|
<h2>Are you sure?</h2>
|
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor</p>
|
|
<div class="modal-footer logout_footer">
|
|
<button class="log-close" type="button" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">Cancel</span>
|
|
</button>
|
|
<a href=""><button type="button" class="btn btn-primary">Delete</button></a>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--end:: DeleteModals-->
|
|
|
|
<div class="modal fade" id="notify_popup" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle"
|
|
aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-centered" role="document">
|
|
<div class="modal-content">
|
|
|
|
<div class="modal-body">
|
|
<form>
|
|
<div class="mu-notify">
|
|
<div class="mu-name">
|
|
<p><span>Name :</span> Aditya Gupta</p>
|
|
</div>
|
|
<div class="mu-subject">
|
|
<p><span>Subject :</span> <input type="text" placeholder="Enter Subject" value=" Lorem ipsum dolar (Optional)"></p>
|
|
</div>
|
|
<div class="musub-content">
|
|
<input type="text" placeholder="Enter heading" value="Please Click on Links and invest in Stocks and Mutual Fund.">
|
|
<textarea>Mutual Fund
|
|
https://www.zerodha.com/mutual-funds/nav/canara-robeco-blue-chip-equity-fund-direct-plan/MCA212
|
|
|
|
Stock
|
|
https://www.zerodha.com/india/stockpricequote/banks-private-sector/icicibank/ICI02
|
|
|
|
</textarea>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
|
|
<div class="modal-footer">
|
|
<button class="log-close" type="button" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">Cancel</span>
|
|
</button>
|
|
<a href=""><button type="button" class="btn btn-primary">Send</button></a>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--end::Modals-->
|
|
|
|
@endsection
|