@extends('layouts.app') @section('title', 'Currency List') @section('content')
| # | Code | Name | Symbol | Rate | Default | Action |
|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $currency->code }} | {{ $currency->name }} | {{ $currency->symbol }} | {{ number_format($currency->exchange_rate, 2) }} | @if($currency->is_default) Yes @else No @endif | |
| No currencies found. | ||||||