Files
numstation-web/resources/views/themes/tailwind/settings/enquiry-details.blade.php

48 lines
2.5 KiB
PHP
Raw Normal View History

2023-12-22 12:35:55 +08:00
@extends('theme::user.layouts.app')
@section('content')
<div class="card">
<div class="flex justify-center items-center" style="height: 100px;background: linear-gradient(90deg, #7db979, #26bbaa);margin-right: 0px;">
<h1 style="font-size: 20px;color: rgb(0,0,0);margin-bottom: 0px;">My Enquiries</h1>
</div>
<div class="card-body scstyle-15" style="overflow: auto;height: 650px;padding-right:300px; padding-left: 300px;">
<div class="row mt-3">
<div class="col-xxl-6">
<h2 style="font-size: 28px;"><u>Enquiry 1</u></h2>
</div>
<div class="col-xxl-6">
<div class="flex justify-end">
<div class="px-2 py-2" style="border-radius: 25px; background-color: #D6DEE9;">
<h2 style="font-size: 20px;">Completed</h2>
</div>
</div>
</div>
</div>
<div class="flex justify-start pt-3">
<small>Submitted date: 2023/05/14 02:34</small>
</div>
<br>
<hr/>
<br>
<p style="text-align: justify;">I am writing to enquire about your company secretary service. I am interested in learning more about the services you offer and would appreciate it if you could provide me with further information.</p>
<br>
<hr/>
<br>
<p style="text-align: justify;">Dear customer,<br>
This is Numstation Customer service.<br>
<br>
Our company secretary service is designed to provide comprehensive support to businesses of all sizes and industries. Our team of experienced company secretaries has a deep understanding of the legal and regulatory landscape and can help ensure your business remains compliant with all relevant laws and regulations.<br>
Our services include:<br>
<ol class="pl-5">
<li style="list-style: decimal; ">Corporate Governance: We can help you establish and maintain effective governance structures and processes to ensure your business is operating in the best interest of all stakeholders.</li>
<li style="list-style: decimal; ">Compliance: We can assist with the preparation and filing of all necessary documentation, including annual returns, financial statements, and other regulatory filings.</li>
</ol>
</p>
<div class="flex justify-center">
<button type="button" class="btn red-btn" style="margin-top: 30px;">Back</button>
</div>
</div>
</div>
@endsection