@extends('layouts.admin.app') @section('title','Currency') @push('css_or_js') @endpush @section('content')
| #{{ translate('messages.sl') }} | Country | Code | Symbol | Ex. Rate | Action |
|---|---|---|---|---|---|
| {{----}} | {{----}} | ||||
| {{$key+1}} | {{$currency['country']}} | {{$currency['currency_code']}} | {{$currency['currency_symbol']}} | {{$currency['exchange_rate']}} |
|