@extends('layouts.app') @section('title', 'Currencies') @section('breadcrumb')
Manage currencies and exchange rates
| Code | Name | Symbol | Dec. | Type | Status | Actions |
|---|---|---|---|---|---|---|
{{ $currency->code }} |
{{ $currency->name }} | {{ $currency->symbol }} | {{ $currency->decimal_places }} | @if($currency->is_base) Base @else Foreign @endif | {{ $currency->is_active ? 'Active' : 'Inactive' }} |
@if(!$currency->is_base && auth()->user()->hasPermission('settings','edit'))
|
| No currencies added yet. | ||||||
| Date | Rate |
|---|---|
| {{ $rate->rate_date->format('d M Y') }} | {{ number_format($rate->rate, 6) }} |
No rates set yet. Add the first rate above.
@endif| Code | Symbol | Name |
|---|---|---|
{{ $code }} |
{{ $sym }} | {{ $name }} |