customers and service
This commit is contained in:
@@ -6,6 +6,8 @@ import Quill from 'quill';
|
||||
import SwitchComponent from '../../components/Switch';
|
||||
import CheckBoxComponent from '../../components/CheckBoxComponent';
|
||||
import UploadBoxDraggble from '../../components/UploadBoxDraggble';
|
||||
import Button from '../../components/Button';
|
||||
import { TickCircle } from 'iconsax-react';
|
||||
|
||||
const AddService: FC = () => {
|
||||
|
||||
@@ -29,8 +31,23 @@ const AddService: FC = () => {
|
||||
|
||||
return (
|
||||
<div className='w-full mt-4'>
|
||||
<div>
|
||||
{t('service.add_service')}
|
||||
<div className='flex w-full justify-between items-center'>
|
||||
<div>
|
||||
{t('service.add_service')}
|
||||
</div>
|
||||
<div>
|
||||
<Button
|
||||
className='px-5'
|
||||
>
|
||||
<div className='flex gap-2'>
|
||||
<TickCircle
|
||||
className='size-5'
|
||||
color='#fff'
|
||||
/>
|
||||
<div>{t('service.submit_service')}</div>
|
||||
</div>
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
<div className='flex gap-6'>
|
||||
<div className='flex-1'>
|
||||
|
||||
Reference in New Issue
Block a user