feat: Enhance cost calculator functionality with new cost retrieval route and result display

This commit is contained in:
2025-08-18 17:00:40 +05:45
parent ba055ce495
commit 6b4a9f1ebe
7 changed files with 261 additions and 19 deletions

View File

@@ -28,7 +28,7 @@
<div class="text-center">
<p class="mb-0 fs-5 test-muted"><i>Estimated Cost Calculation For
{{ $cost->country?->title ?? 'N/A' }}</i> (<strong
{{ $cost->country?->title ?? 'N/A' }}</i> (<strong
class="text-capitalize">{{ str_replace('_', ' ', $type) }}</strong>)
</p>
</div>