@extends('layouts.admin') @section('page-title','') @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>[ route('admin.dashboard')=>__('default.dashboard'), '#'=>isset($pageTitle)?$pageTitle:'' ]]) @endsection @section('content')
{!! clean(__lang('currency-help',['url'=>adminUrl(['controller'=>'setting','action'=>'index'])])) !!}}
{{__lang('add-currency')}}
@foreach($currencies as $currency) @section('footer') @parent @endsection @endforeach
# {{__lang('currency')}} {{__lang('exchange-rate')}}
{{ $loop->iteration }} {{ $currency->country->currency_name }} - {{ $currency->country->currency_code }} @if($currentCountry == $currency->country_id) ({{__lang('default')}}) @endif

{{ $currency->exchange_rate }}

@if($currentCountry != $currency->country_id) {{__lang('remove')}} @endif
{{ $currencies->links() }} @endsection @section('footer') @endsection