Currency Information
Currency Details
Code: {{ $currency->code }}
Symbol: {{ $currency->symbol }}
Decimal Places: {{ $currency->decimal_places }}
Status:
@if($currency->is_active)
Active
@else
Inactive
@endif
Created: {{ $currency->created_at->format('M d, Y') }}