@extends('frontend.layouts.app') @section('title', __('forex-rate.title')) @section('meta', __('forex-rate.meta_description')) @section('content')
{{ __('forex-rate.section.subtitle') }}
{{ __('forex-rate.section.description') }}
| {{ __('forex-rate.table.' . $slot . '.title') }} | {{ $forexRate->date ?? '' }} - ({{ $config['time'] }}) | |
|---|---|---|
| {{ __('forex-rate.table.' . $slot . '.headers.currency') }} | {{ __('forex-rate.table.' . $slot . '.headers.unit') }} | {{ __('forex-rate.table.' . $slot . '.headers.buying_rate') }} |
|
{{ $row['currency'] }}
|
{{ $row['unit'] }} | {{ $row['buying_rate'] }} |
| Forex Rate for {{ $config['time'] }} is coming soon… | ||
Forex Rate according to the FEDAN as we all will base on this rate.