@extends('layouts.admin') @section('page-title','') @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>[ route('admin.dashboard')=>__('default.dashboard'), '#'=>isset($pageTitle)?$pageTitle:'' ]]) @endsection @section('content')
# | {{__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 |