@extends('front.app') @section('meta') @stop @section('container')
{{--
curs valutar:
--}} @if(!empty($agencies_sort) && count($agencies_sort))
{{ ShowLabelById(112) }}:
@endif @if(!empty($currencies) && count($currencies))
{{ ShowLabelById(127) }}:
@endif
@if(!empty($currencies) && count($currencies)) @foreach($currencies as $one_currency) @endforeach @endif @if(!empty($currencies) && count($currencies)) @foreach($currencies as $one_currency) @endforeach @endif {{----}} @if(!empty($agencies) && count($agencies)) @foreach($agencies as $one_agency) @if($one_agency->shopExchange->isNotEmpty()) @foreach($one_agency->shopExchange as $one_shop_exchange) @endforeach @endif @endforeach @endif
{{ ShowLabelById(128) }}{{ $one_currency->name ?? '' }}

{{ ShowLabelById(129) }} Buy

{{ ShowLabelById(130) }} Sell

Banca Naţională a României 4,9170 4,9170 4,6426 4,6426 5,5786 5,5786 4,9674 4,9674
{{ $one_agency->eticheta ?? '' }} {{ ShowLabelById(128) }} №{{ $loop->iteration }} / {{ $one_agency->eticheta ? $one_agency->eticheta .', ' : '' }} {{ $one_agency->name ?? '' }} @if($one_agency->shopsId) @endif
{{ $one_shop_exchange->cump ?? '' }} {{ $one_shop_exchange->vanz ?? '' }}
@if($exchange_page && $exchange_page->oImage && file_exists('upfiles/menu/' . $exchange_page->oImage->img))
@if($exchange_page->itemByLang->page_title) {{ $exchange_page->itemByLang->name ?? '' }} @else {{ $exchange_page->itemByLang->name ?? '' }} @endif
@endif
@stop