@extends('layouts.app') @section('content')

{{ $currency->name }} ({{ $currency->code }})

Currency Details

{{ $currency->code }}

{{ $currency->symbol }}

{{ $currency->name }}

{{ $currency->decimal_places }}

@if($currency->is_active) Active @else Inactive @endif

{{ $currency->created_at->format('M d, Y H:i A') }}

{{ $currency->updated_at->format('M d, Y H:i A') }}

@endsection