@extends('layouts.app') @section('content')
{{ _lang('Currency Exchange Rates') }} @php $converter = get_option('currency_converter'); @endphp
@if($converter == 'manual') @endif @foreach($currency_rates as $rate) @if($converter == 'manual') @endif @endforeach
{{ _lang('Currency') }} {{ _lang('Rate') }}{{ _lang('Edit') }}
{{ $rate->currency }} {{ $rate->rate }} {{ _lang('Edit') }}
@endsection