@extends('country.app') {{-- @section('title', $title) @section('type', 'article') @section('description', $description) @section('keywords', $keywordsText) @section('article_tage') --}} @section('content')

{{ $countryInfo->name }}

{{ __('country.currency_gold_screen', ['country' => $countryInfo->name]) }}

{{-- currencies rates --}}

{{ __('country.currency_prices_today', ['country' => $countryInfo->name]) }}

@foreach ($ratesBoxes as $key => $rate) @if (!isset($rate['rates'])) @continue @endif @endforeach
{{ __('country.currency_column') }} {{ __('country.price_in_currency', ['currency' => $countryInfo->currency->shortName]) }} {{ __('country.change') }} {{ __('country.change_percentage') }} {{ __('country.update') }}
{{-- --}} {{ $rate['cur_code'] }}

{{ $rate['currency'] }}

{{--
--}}
{{ $rate['rates']['current_price'] }} {{ $rate['rates']['change_amount'] }} {{ $rate['rates']['change_percent'] }}% {{ \Carbon\Carbon::parse($rate['updated_at'])->diffForHumans() }} {{-- منذ 1 دقيقة --}} {{-- {{ \Carbon\Carbon::parse($rate['rates']['updated_at'])->format('d-m-Y H:i:s') }} --}}
{{-- gold price country --}}

{{ __('country.gold_prices_in_country', ['country' => $countryInfo->name]) }}

@foreach ($goldRates as $gold) {{-- @dd($goldRates) --}} {{-- --}} @endforeach
{{ __('country.type') }} {{ __('country.price_in_currency', ['currency' => $countryInfo->currency->shortName]) }} {{ __('country.change_percentage') }}
{{-- --}} >{{ $gold->goldType->slug }}

{{ $gold->goldType->name }}

{{--
--}}
{{ priceFormat($gold->price) }} {{ priceFormat($gold->change_amount) }} {{ number_format($gold->change_percent, 3, '.', ',') }}%
@include('partials.__calculator_egy_market_general', [ 'marketCountry' => true, 'toCurrency' => $ratesBoxes[0]['cur_code'], 'baseCurrency' => $countryInfo->currency->cur_code ])
{{-- gold price global --}}

{{ __('country.gold_prices_global') }}

@foreach ($goldGlobalRates as $gold) {{-- @dd($gold) --}} {{-- --}} @endforeach
{{ __('country.type') }} {{ __('country.price_in_usd') }} {{ __('country.change_percentage') }}
{{-- --}} >{{ $gold->goldType->slug }}

{{ $gold->goldType->name }} {{-- --}}

${{ $gold->price }} {{ number_format($gold->change_amount,2,'.',',') }} {{ number_format($gold->change_percent, 3, '.', ',') }}%
{{-- gold chart --}}

{{ __('country.gold_price_index_global') }}

{{-- silver price country --}}

{{ __('country.silver_prices_in_country', ['country' => $countryInfo->name]) }}

@foreach ($silverRates as $silver) {{-- @dd($gold) --}} {{-- --}} @endforeach
{{ __('country.type') }} {{ __('country.price_in_currency', ['currency' => $countryInfo->currency->shortName]) }} {{ __('country.change_percentage') }}
{{-- --}} >{{ $silver->silverType->slug }}

{{ $silver->silverType->shortName }}

{{--
--}}
{{ $silver->price }} {{ number_format($silver->change_amount,2,'.',',') }} {{ number_format($silver->change_percent, 3, '.', ',') }}%
{{-- silver price country --}}

{{ __('country.silver_prices_global') }}

@foreach ($silverGlobalRates as $silver) {{-- @dd($gold) --}} {{-- --}} @endforeach
{{ __('country.type') }} {{ __('country.price_in_usd') }} {{ __('country.change_percentage') }}
{{-- --}} >{{ $silver->silverType->slug }}

{{ $silver->silverType->shortName }}

{{--
--}}
${{ $silver->price }} {{ number_format($silver->change_amount,2,'.',',') }} {{ number_format($silver->change_percent, 3, '.', ',') }}%
{{-- silver chart --}}

{{ __('country.silver_price_index_global') }}

{{ __('country.follow_prices_in_country') }}

@foreach (\App\Models\Countries::all() as $key => $country) {{-- @if($key >= 50) @break @endif --}} @endforeach
{{--
--}}
{{--
--}} {{--

{{ __('country.follow_prices_in_country') }}

--}} {{--
--}} {{-- @foreach (\App\Models\Countries::all() as $country) @endforeach --}} {{-- --}} {{--
--}} {{--
--}} @endsection