Files
freeu-project/resources/views/Admin/Pages/manage_setting.blade.php
2024-03-28 15:47:38 +05:30

1133 lines
96 KiB
PHP

@extends('Admin.layouts.master')
@section('content')
<!--begin::Wrapper-->
<!--<div class="app-wrapper flex-column flex-row-fluid meeting-datails" 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">
<!--begin::Toolbar container-->
<div id="kt_app_toolbar_container">
<!--begin::Page title-->
<div class="page-title d-flex flex-column justify-content-center flex-wrap container">
<!--begin::Title-->
<div class="meet-title">
<h1 class="page-heading d-flex text-dark fw-bold fs-3 flex-column justify-content-center my-0 head">
Manage Settings</h1>
<div class="back-but">
<a href="{{url('/manage_calendars')}}" class="btn btn-sm fw-bold btn-primary btn_add"><i class="fa fa-long-arrow-left mr-1" aria-hidden="true"></i>Back
</a>
</div>
</div>
<div class="card mb-5 mb-xl-8">
<!--begin::Body-->
<div class="card-body py-3">
<!--begin::Table container-->
<div class="setting-tabs">
<ul id="myTabs" class="nav nav-pills nav-justified" role="tablist" data-tabs="tabs">
<li ><a href="#sttng_gnrl" data-toggle="tab" class="active">General Settings</a></li>
<li><a href="#sttng_admn" data-toggle="tab" id="sttng_admn_menu">Admin Setting</a></li>
<li><a href="#sttng_scurty" data-toggle="tab">Security Setting</a></li>
<li><a href="#sttng_notify" data-toggle="tab">Notifications</a></li>
</ul>
<div class="tab-content">
<div role="tabpanel" class="tab-pane fade in active show" id="sttng_gnrl">
<div class="editd_subscriber"><a href="#" data-toggle="modal" data-target="#mngsub_addgnrl" class="btn btn-sm fw-bold btn-primary">Add New</a></div>
<div class="row">
<div class="col-md-5">
<div class="gnrl-left">
<div class="gnrl-para">
<strong>General Settings</strong>
<p class="para-gnrlstt">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam</p>
</div>
<div class="gnr-para">
<strong>Company Name</strong>
<p>PI Advisors</p>
</div>
<div class="gnr-para">
<strong>Contact Number</strong>
<p><a href="tel:8425025713">8425025713</a></p>
</div>
<div class="gnr-para">
<strong>Descriptions</strong>
<p class="descrptn">Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
</div>
<div class="gnr-para">
<strong>Address</strong>
<p class="para-add">Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
</div>
</div>
</div>
<div class="col-md-7">
<div class="gnrl-right">
<form>
<div class="gnrl-frinput">
<input type="text" value="PI Advisors">
</div>
<div class="gnrl-frinput">
<input type="email" value="pi@gmail.com">
</div>
<div class="gnrl-frinput">
<input type="tel" value="8425025713">
</div>
<div class="gnrl-frinput">
<textarea>Descriptions</textarea>
</div>
<div class="gnrl-frinput">
<textarea>Address</textarea>
</div>
<div class="sec-but">
<button class="btn btn-sm fw-bold btn-primary">Update</button>
</div>
</form>
</div>
</div>
</div>
<section class="secbtm-cmg">
<div class="gnrl-btmbar">
<div class="row">
<div class="col-md-1">
<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>
</div>
<div class="col-md-2">
<div class="gnrl-data">
<p>SuperMoney Advisors</p>
</div>
</div>
<div class="col-md-2">
<div class="gnrl-data">
<p>super@gmail.com</p>
</div>
</div>
<div class="col-md-1 number">
<div class="gnrl-data">
<p>8425025713</p>
</div>
</div>
<div class="col-md-2 number">
<div class="gnrl-data">
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
</div>
</div>
<div class="col-md-2 number">
<div class="gnrl-data">
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
</div>
</div>
<div class="col-md-2 footer-icn">
<div class="gnrl-delete">
<a href="" 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">
<i class="fa fa-eye" aria-hidden="true"></i>
</span>
<!--end::Svg Icon-->
</a>
<a href="" 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>
<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>
<path opacity="0.5" d="M9 4C9 3.44772 9.44772 3 10 3H14C14.5523 3 15 3.44772 15 4V4H9V4Z" fill="currentColor"></path>
</svg>
</span>
<!--end::Svg Icon-->
</a>
</div>
</div>
</div>
</div>
</section>
</div>
<div role="tabpanel" class="tab-pane fade" id="sttng_admn" >
<div class="editd_subscriber"><a href="#" data-toggle="modal" data-target="#mngsub_editAdm" class="btn btn-sm fw-bold btn-primary">Add New </a></div>
<div class="row">
<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-25px">
<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-150px">ID</th>
<th class="min-w-150px">Name</th>
<th class="min-w-150px">Role to sub-admin</th>
<th class="min-w-80px">Status</th>
<th class="min-w-200px text-center">Actions</th>
</tr>
</thead>
<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>
<a href="#"
class="text-dark fs-6">#456</a>
</td>
<td>
<a href="#"
class="text-dark d-block mb-1 fs-6">Atul Pandey</a>
</td>
<td>
<a href="#"
class="text-dark d-block mb-1 fs-6">Sub-Admin</a>
</td>
<td>
<span class="badge badge-light-success">Active</span>
</td>
<td class="text-center">
<a href="#" data-toggle="modal"
data-target="#mngsub_editAdm"
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 width="24" height="24" viewBox="0 0 24 24"
fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.3"
d="M21.4 8.35303L19.241 10.511L13.485 4.755L15.643 2.59595C16.0248 2.21423 16.5426 1.99988 17.0825 1.99988C17.6224 1.99988 18.1402 2.21423 18.522 2.59595L21.4 5.474C21.7817 5.85581 21.9962 6.37355 21.9962 6.91345C21.9962 7.45335 21.7817 7.97122 21.4 8.35303ZM3.68699 21.932L9.88699 19.865L4.13099 14.109L2.06399 20.309C1.98815 20.5354 1.97703 20.7787 2.03189 21.0111C2.08674 21.2436 2.2054 21.4561 2.37449 21.6248C2.54359 21.7934 2.75641 21.9115 2.989 21.9658C3.22158 22.0201 3.4647 22.0084 3.69099 21.932H3.68699Z"
fill="currentColor"></path>
<path
d="M5.574 21.3L3.692 21.928C3.46591 22.0032 3.22334 22.0141 2.99144 21.9594C2.75954 21.9046 2.54744 21.7864 2.3789 21.6179C2.21036 21.4495 2.09202 21.2375 2.03711 21.0056C1.9822 20.7737 1.99289 20.5312 2.06799 20.3051L2.696 18.422L5.574 21.3ZM4.13499 14.105L9.891 19.861L19.245 10.507L13.489 4.75098L4.13499 14.105Z"
fill="currentColor"></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>
<a href="#"
class="text-dark fs-6">#465</a>
</td>
<td>
<a href="#"
class="text-dark d-block mb-1 fs-6">Vikas Pandey</a>
</td>
<td>
<a href="#"
class="text-dark d-block mb-1 fs-6">Sub-Admin</a>
</td>
<td>
<span class="badge badge-light-success">Active</span>
</td>
<td class="text-center">
<a href="#" data-toggle="modal"
data-target="#mngsub_editAdm"
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 width="24" height="24" viewBox="0 0 24 24"
fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.3"
d="M21.4 8.35303L19.241 10.511L13.485 4.755L15.643 2.59595C16.0248 2.21423 16.5426 1.99988 17.0825 1.99988C17.6224 1.99988 18.1402 2.21423 18.522 2.59595L21.4 5.474C21.7817 5.85581 21.9962 6.37355 21.9962 6.91345C21.9962 7.45335 21.7817 7.97122 21.4 8.35303ZM3.68699 21.932L9.88699 19.865L4.13099 14.109L2.06399 20.309C1.98815 20.5354 1.97703 20.7787 2.03189 21.0111C2.08674 21.2436 2.2054 21.4561 2.37449 21.6248C2.54359 21.7934 2.75641 21.9115 2.989 21.9658C3.22158 22.0201 3.4647 22.0084 3.69099 21.932H3.68699Z"
fill="currentColor"></path>
<path
d="M5.574 21.3L3.692 21.928C3.46591 22.0032 3.22334 22.0141 2.99144 21.9594C2.75954 21.9046 2.54744 21.7864 2.3789 21.6179C2.21036 21.4495 2.09202 21.2375 2.03711 21.0056C1.9822 20.7737 1.99289 20.5312 2.06799 20.3051L2.696 18.422L5.574 21.3ZM4.13499 14.105L9.891 19.861L19.245 10.507L13.489 4.75098L4.13499 14.105Z"
fill="currentColor"></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>
<a href="#"
class="text-dark fs-6">#460</a>
</td>
<td>
<a href="#"
class="text-dark d-block mb-1 fs-6">Rushabh Pandey</a>
</td>
<td>
<a href="#"
class="text-dark d-block mb-1 fs-6">Sub-Admin</a>
</td>
<td>
<span class="badge badge-light-success">Active</span>
</td>
<td class="text-center">
<a href="#" data-toggle="modal"
data-target="#mngsub_editAdm"
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 width="24" height="24" viewBox="0 0 24 24"
fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.3"
d="M21.4 8.35303L19.241 10.511L13.485 4.755L15.643 2.59595C16.0248 2.21423 16.5426 1.99988 17.0825 1.99988C17.6224 1.99988 18.1402 2.21423 18.522 2.59595L21.4 5.474C21.7817 5.85581 21.9962 6.37355 21.9962 6.91345C21.9962 7.45335 21.7817 7.97122 21.4 8.35303ZM3.68699 21.932L9.88699 19.865L4.13099 14.109L2.06399 20.309C1.98815 20.5354 1.97703 20.7787 2.03189 21.0111C2.08674 21.2436 2.2054 21.4561 2.37449 21.6248C2.54359 21.7934 2.75641 21.9115 2.989 21.9658C3.22158 22.0201 3.4647 22.0084 3.69099 21.932H3.68699Z"
fill="currentColor"></path>
<path
d="M5.574 21.3L3.692 21.928C3.46591 22.0032 3.22334 22.0141 2.99144 21.9594C2.75954 21.9046 2.54744 21.7864 2.3789 21.6179C2.21036 21.4495 2.09202 21.2375 2.03711 21.0056C1.9822 20.7737 1.99289 20.5312 2.06799 20.3051L2.696 18.422L5.574 21.3ZM4.13499 14.105L9.891 19.861L19.245 10.507L13.489 4.75098L4.13499 14.105Z"
fill="currentColor"></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>
<a href="#"
class="text-dark fs-6">#461</a>
</td>
<td>
<a href="#"
class="text-dark d-block mb-1 fs-6">Atul Pandey</a>
</td>
<td>
<a href="#"
class="text-dark d-block mb-1 fs-6">Aditya Gupta</a>
</td>
<td>
<span class="badge badge-light-success">Active</span>
</td>
<td class="text-center">
<a href="#" data-toggle="modal"
data-target="#mngsub_editAdm"
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 width="24" height="24" viewBox="0 0 24 24"
fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.3"
d="M21.4 8.35303L19.241 10.511L13.485 4.755L15.643 2.59595C16.0248 2.21423 16.5426 1.99988 17.0825 1.99988C17.6224 1.99988 18.1402 2.21423 18.522 2.59595L21.4 5.474C21.7817 5.85581 21.9962 6.37355 21.9962 6.91345C21.9962 7.45335 21.7817 7.97122 21.4 8.35303ZM3.68699 21.932L9.88699 19.865L4.13099 14.109L2.06399 20.309C1.98815 20.5354 1.97703 20.7787 2.03189 21.0111C2.08674 21.2436 2.2054 21.4561 2.37449 21.6248C2.54359 21.7934 2.75641 21.9115 2.989 21.9658C3.22158 22.0201 3.4647 22.0084 3.69099 21.932H3.68699Z"
fill="currentColor"></path>
<path
d="M5.574 21.3L3.692 21.928C3.46591 22.0032 3.22334 22.0141 2.99144 21.9594C2.75954 21.9046 2.54744 21.7864 2.3789 21.6179C2.21036 21.4495 2.09202 21.2375 2.03711 21.0056C1.9822 20.7737 1.99289 20.5312 2.06799 20.3051L2.696 18.422L5.574 21.3ZM4.13499 14.105L9.891 19.861L19.245 10.507L13.489 4.75098L4.13499 14.105Z"
fill="currentColor"></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>
</table>
</div>
</div>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="sttng_scurty">
<div class="row">
<div class="col-md-12">
<div class="security-top">
<div class="row">
<div class="col-md-6">
<div class="scrty-left">
<strong>Save users Activity Logs</strong>
<p>You can save your all activity logs including unusual activity detected.</p>
</div>
</div>
<div class="col-md-6">
<div class="scrty-right">
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch1">
<label class="custom-control-label" for="customSwitch1"></label>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<section class="security-sec">
<div class="row">
<div class="col-md-5">
<div class="gnrl-left">
<div class="gnrl-para">
<strong>Change Password</strong>
<p class="para-gnrlstt">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam</p>
</div>
<div class="gnr-para">
<strong>ID</strong>
<p>#456</p>
</div>
<div class="gnr-para">
<strong>Name</strong>
<p>Aditya Gupta</p>
</div>
<div class="gnr-para">
<strong>Role</strong>
<p>Sub-Admin</p>
</div>
<div class="gnr-para">
<strong>Password</strong>
<p>adity123@</p>
</div>
</div>
</div>
<div class="col-md-7">
<div class="gnrl-right securityd-right">
<form>
<div class="gnrl-frinput">
<input type="text" value="#456">
</div>
<div class="gnrl-frinput">
<input type="text" value="Aditya Gupta">
</div>
<div class="gnrl-frinput">
<input type="text" value="Sub-Admin">
</div>
<div class="gnrl-frinput">
<input type="text" value="adity123@">
</div>
<div class="sec-but">
<button class="btn btn-sm fw-bold btn-primary">Update</button>
</div>
</form>
</div>
</div>
</div>
</section>
</div>
<div role="tabpanel" class="tab-pane fade" id="sttng_notify">
<section class="sec-notify">
<div class="notify-row">
<div class="row">
<div class="col-md-12">
<div class="notify-innrow">
<div class="notify-left">
<div class="notify-pro">
<img src="{{ asset('public/assets/media/images/business_brainstorm.png')}}" alt="user">
</div>
<div class="notify-data">
<div class="notuser-detail">
<p>Adity Gupta <span>Requested for Statement</span></p>
</div>
<div class="notify-time">14 min ago</div>
</div>
</div>
<div class="notify-view">
<div class="gnrl-view">
<a href="#" data-toggle="modal" data-target="#viewlead_opt"
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>
View
<!--end::Svg Icon-->
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="notify-row">
<div class="row">
<div class="col-md-12">
<div class="notify-innrow">
<div class="notify-left">
<div class="notify-pro">
<img src="{{ asset('public/assets/media/images/business_brainstorm.png')}}" alt="user">
</div>
<div class="notify-data">
<div class="notuser-detail">
<p>Adity Gupta <span>Requested for Statement</span></p>
</div>
<div class="notify-time">14 min ago</div>
</div>
</div>
<div class="notify-view">
<div class="gnrl-view">
<a href="#" data-toggle="modal" data-target="#viewlead_opt"
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>
View
<!--end::Svg Icon-->
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="notify-row">
<div class="row">
<div class="col-md-12">
<div class="notify-innrow">
<div class="notify-left">
<div class="notify-pro">
<img src="{{ asset('public/assets/media/images/business_brainstorm.png')}}" alt="user">
</div>
<div class="notify-data">
<div class="notuser-detail">
<p>Adity Gupta <span>Requested for Statement</span></p>
</div>
<div class="notify-time">14 min ago</div>
</div>
</div>
<div class="notify-view">
<div class="gnrl-view">
<a href="#" data-toggle="modal" data-target="#viewlead_opt"
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>
View
<!--end::Svg Icon-->
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="notify-row">
<div class="row">
<div class="col-md-12">
<div class="notify-innrow">
<div class="notify-left">
<div class="notify-pro">
<img src="{{ asset('public/assets/media/images/business_brainstorm.png')}}" alt="user">
</div>
<div class="notify-data">
<div class="notuser-detail">
<p>Adity Gupta <span>Requested for Statement</span></p>
</div>
<div class="notify-time">14 min ago</div>
</div>
</div>
<div class="notify-view">
<div class="gnrl-view">
<a href="#" data-toggle="modal" data-target="#viewlead_opt"
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>
View
<!--end::Svg Icon-->
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="notify-row">
<div class="row">
<div class="col-md-12">
<div class="notify-innrow">
<div class="notify-left">
<div class="notify-pro">
<img src="{{ asset('public/assets/media/images/business_brainstorm.png')}}" alt="user">
</div>
<div class="notify-data">
<div class="notuser-detail">
<p>Adity Gupta <span>Requested for Statement</span></p>
</div>
<div class="notify-time">14 min ago</div>
</div>
</div>
<div class="notify-view">
<div class="gnrl-view">
<a href="#" data-toggle="modal" data-target="#viewlead_opt"
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>
View
<!--end::Svg Icon-->
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="notify-row">
<div class="row">
<div class="col-md-12">
<div class="notify-innrow">
<div class="notify-left">
<div class="notify-pro">
<img src="{{ asset('public/assets/media/images/business_brainstorm.png')}}" alt="user">
</div>
<div class="notify-data">
<div class="notuser-detail">
<p>Adity Gupta <span>Requested for Statement</span></p>
</div>
<div class="notify-time">14 min ago</div>
</div>
</div>
<div class="notify-view">
<div class="gnrl-view">
<a href="#" data-toggle="modal" data-target="#viewlead_opt"
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>
View
<!--end::Svg Icon-->
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="notify-row">
<div class="row">
<div class="col-md-12">
<div class="notify-innrow">
<div class="notify-left">
<div class="notify-pro">
<img src="{{ asset('public/assets/media/images/business_brainstorm.png')}}" alt="user">
</div>
<div class="notify-data">
<div class="notuser-detail">
<p>Adity Gupta <span>Requested for Statement</span></p>
</div>
<div class="notify-time">14 min ago</div>
</div>
</div>
<div class="notify-view">
<div class="gnrl-view">
<a href="#" data-toggle="modal" data-target="#viewlead_opt"
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>
View
<!--end::Svg Icon-->
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="notify-row">
<div class="row">
<div class="col-md-12">
<div class="notify-innrow">
<div class="notify-left">
<div class="notify-pro">
<img src="{{ asset('public/assets/media/images/business_brainstorm.png')}}" alt="user">
</div>
<div class="notify-data">
<div class="notuser-detail">
<p>Adity Gupta <span>Requested for Statement</span></p>
</div>
<div class="notify-time">14 min ago</div>
</div>
</div>
<div class="notify-view">
<div class="gnrl-view">
<a href="#" data-toggle="modal" data-target="#viewlead_opt"
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>
View
<!--end::Svg Icon-->
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ======pagination====== -->
<div class="setting-pagination">
<nav aria-label="Page navigation example">
<ul class="pagination justify-content-end">
<li class="page-item disabled">
<a class="page-link" href="#" tabindex="-1"><i class="fa fa-angle-double-left" aria-hidden="true"></i></a>
</li>
<li class="page-item active"><a class="page-link" href="#">1<span class="sr-only">(current)</span></a></li>
<li class="page-item"><a class="page-link" href="#">2</a></li>
<li class="page-item"><a class="page-link" href="#">3</a></li>
<li class="page-item">
<a class="page-link" href="#"><i class="fa fa-angle-double-right" aria-hidden="true"></i></a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<!--end::Table container-->
</div>
<!--begin::Body-->
</div>
<!--end::Title-->
</div>
<!-- </div>
end::Toolbar container
</div>
end::Toolbar-->
<!--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>
<div class="modal fade manage-notifiction" id="viewlead_opt" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content h-500px">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Notifications</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<div class="user_detail">
<div class="row">
<div class="col-md-5">
<div class="notify-left">
<div class="notify-pro">
<img src="{{ asset('public/assets/media/images/business_brainstorm.png')}}" alt="user">
</div>
<div class="notify-data">
<div class="notuser-detail">
<p>Adity Gupta</p>
</div>
<div class="notify-time">14 min ago</div>
</div>
</div>
</div>
<div class="col-md-7">
<div class="userdet_top">
<div class="userdet_Rw">
<div class="userrw_title">Phone</div>
<div class="userrw_data">8425025713</div>
</div>
<div class="userdet_Rw">
<div class="userrw_title">Email ID</div>
<div class="userrw_data">adity@gmail.com</div>
</div>
<div class="userdet_Rw">
<div class="userrw_title">Birthday</div>
<div class="userrw_data">24th July</div>
</div>
<div class="userdet_Rw">
<div class="userrw_title">Address</div>
<div class="userrw_data">861 Bayonne Ave, Manchester Township, NJ, 08759</div>
</div>
<div class="userdet_Rw">
<div class="userrw_title">Gender</div>
<div class="userrw_data">Male</div>
</div>
</div>
</div>
</div>
<div class="userdet_bottom">
<h4><span> Subject</span>: Requested for Statement</h4>
<p>Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on
meaningful content. Lorem ipsum may be used as a placeholder before final copy is available. Lorem ipsum is a placeholder text
commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content. Lorem ipsum may
be used as a placeholder before final copy is available.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--end::Scrolltop-->
<!--begin::Modals-->
<div class="modal fade security-pop" id="mngsub_addgnrl" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content addpln-content resource-popup">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Add New Company</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<form>
<div class="add_subAdm">
<div class="row">
<div class="col-md-6">
<div class="subAdm_right res-brd ids ">
<div class="subAdm_label addgnrl_label">
<label>Company Name :</label>
</div>
<div class="subAdm_input">
<input type="email" value="Enter Company Name">
</div>
</div>
<div class="subAdm_right res-brd ids ">
<div class="subAdm_label addgnrl_label">
<label>Contact Number :</label>
</div>
<div class="subAdm_input">
<input type="email" value="Enter Company Number">
</div>
</div>
</div>
<div class="col-md-6">
<div class="subAdm_left res-brd ids ">
<div class="subAdm_label addgnrl_label">
<label>Email Id :</label>
</div>
<div class="subAdm_input">
<input type="text" value="Enter Email Id">
</div>
</div>
<div class="subAdm_left res-brd">
<div class="subAdm_label addgnrl_label">
<label>Address :</label>
</div>
<div class="subAdm_input">
<input type="text" placeholder="Enter Address">
</div>
</div>
</div>
<div class="col-md-12">
<div class="addcomp_text">
<label>Descriptions :</label>
<textarea></textarea>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary">Save</button>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="modal fade security-pop" id="mngsub_editAdm" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle"
aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content addpln-content resource-popup">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Add New Admin</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<form>
<div class="add_subAdm">
<div class="row">
<div class="col-md-6">
<div class="subAdm_right res-brd ids ">
<div class="subAdm_label">
<label>ID :</label>
</div>
<div class="subAdm_input">
<input type="email" value="Enter ID">
</div>
</div>
<div class="role-select">
<label>Role :</label>
<select name="status" id="status">
<option value="select">Select</option>
<option value="active">Active</option>
<option value="in_active">In-Active</option>
</select>
</div>
</div>
<div class="col-md-6">
<div class="subAdm_left res-brd ids ">
<div class="subAdm_label">
<label>Name :</label>
</div>
<div class="subAdm_input">
<input type="text" value="Enter Name">
</div>
</div>
<div class="subAdm_left res-brd">
<div class="subAdm_label">
<label>Address :</label>
</div>
<div class="subAdm_input">
<input type="text" value="Lorem ipsum dolor sit amet, consectetuer adipiscing elit.">
</div>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary">Submit</button>
</div>
</form>
</div>
</div>
</div>
</div>
<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>
@endsection