import{j as e}from"./index-DIvE3DKg.js";const l=()=>e.jsx("div",{className:"container-fluid p-4",children:e.jsxs("div",{className:"row g-4",children:[e.jsx("div",{className:"col-12",children:e.jsx("div",{className:"bg-white p-4 shadow-sm rounded h-100",children:e.jsx("h2",{className:"mb-0 text-primary",children:"Client Activity List"})})}),e.jsx("div",{className:"col-12",children:e.jsxs("div",{className:"bg-white p-4 shadow-sm rounded h-100 d-flex flex-wrap align-items-end ",children:[e.jsxs("div",{className:"col-md-3 mb-2 ",children:[e.jsx("label",{className:"form-label text-muted",children:"Customer Name:"}),e.jsx("input",{type:"text",className:"form-control",placeholder:"Enter customer name"})]}),e.jsxs("div",{className:"col-md-4 mb-2 ",children:[e.jsx("label",{className:"form-label text-muted",children:"Product Name:"}),e.jsx("input",{type:"text",className:"form-control",placeholder:"Enter product name"})]}),e.jsx("div",{className:"col-md-4 text-end",children:e.jsxs("button",{className:"btn btn-primary px-4",style:{backgroundColor:"#0d47a1"},children:[e.jsx("i",{className:"bi bi-funnel-fill me-2"})," Apply Filters"]})})]})}),e.jsx("div",{className:"col-12",children:e.jsxs("div",{className:"bg-white p-4 shadow-sm rounded h-100",children:[e.jsxs("div",{className:"d-flex align-items-center mb-3",children:[e.jsx("label",{className:"form-label text-muted me-2",children:"Results per page:"}),e.jsx("input",{type:"text",className:"form-control",style:{width:"80px"},defaultValue:"15"})]}),e.jsx("div",{className:"table-responsive",children:e.jsxs("table",{className:"table",children:[e.jsx("thead",{children:e.jsxs("tr",{className:"bg-light",children:[e.jsx("th",{className:"text-muted",children:"CUSTOMER NAME"}),e.jsx("th",{className:"text-muted",children:"ADDRESS"}),e.jsx("th",{className:"text-muted",children:"CONTACT"}),e.jsx("th",{className:"text-muted",children:"PRODUCT NAME"})]})}),e.jsxs("tbody",{children:[e.jsxs("tr",{children:[e.jsx("td",{children:"Ghanshyam"}),e.jsx("td",{children:" Bihar"}),e.jsx("td",{children:"7281015610"}),e.jsx("td",{children:"mobile"})]}),e.jsxs("tr",{children:[e.jsx("td",{children:"Ghanshyam"}),e.jsx("td",{children:" Bihar"}),e.jsx("td",{children:"7281015610"}),e.jsx("td",{children:"mobile"})]})]})]})})]})}),e.jsx("div",{className:"col-12",children:e.jsxs("div",{className:"bg-white p-3 shadow-sm rounded h-100 d-flex justify-content-between align-items-end",children:[e.jsx("nav",{children:e.jsxs("ul",{className:"pagination mb-0",children:[e.jsx("li",{className:"page-item",children:e.jsx("button",{className:"page-link",children:"First"})}),e.jsx("li",{className:"page-item",children:e.jsx("button",{className:"page-link",children:"Previous"})}),e.jsx("li",{className:"page-item active",children:e.jsx("button",{className:"page-link",children:"1"})}),e.jsx("li",{className:"page-item",children:e.jsx("button",{className:"page-link",children:"Next"})}),e.jsx("li",{className:"page-item",children:e.jsx("button",{className:"page-link",children:"Last"})})]})}),e.jsx("button",{className:"btn btn-primary",style:{backgroundColor:"#0d47a1"},children:"Export To Excel"})]})})]})});export{l as default};
|