USD to PKR Conversion
{{ session('success') }}
@endif
@if(session('warning'))
{{ session('warning') }}
@endif
@if(session('danger'))
{{ session('danger') }}
@endif
@if($currencyConversion)
@else
@endif
Current Conversion Rate
1 USD = {{ number_format($currencyConversion->rate, 4) }} PKR
Status:
@if($currencyConversion->is_active)
Active
@else
Inactive
@endif
Last Updated: {{ $currencyConversion->updated_at->format('M d, Y h:i A') }}