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

Currency Rates

Setup other country currencies and exchange rates for your business in Salesoft Resto.
@csrf

EXCHANGE RATES

Define foreign currencies and its exchange rates here.

This will be used once you decided to bill in foreign currencies, the exchange
rates defined here will be used.

Currency
Exchange Rate
@foreach($countrycurrency['currency_rates'] as $currencyrate)
@php($exchange_rate = ($currencyrate->exchange_rate) ? $currencyrate->exchange_rate : 0) @php($exchange_rate = str_replace(',', '', number_format($exchange_rate,$decimal_point))) United Arab Emirates Dirham (AED)
@endforeach @if(!$countrycurrency['country']->isEmpty())
United Arab Emirates Dirham (AED)
@endif
Base Currency: United Arab Emirates Dirham (AED)

Do you want to delete?

@endsection @section('admin_css') @stop @section('admin_js') @include('admin.js.currency-rate') @stop