@extends('country.app') {{-- @section('title', $title) @section('type', 'article') @section('description', $description) @section('keywords', $keywordsText) @section('article_tage') --}} @section('content')
{{ $countryInfo->name }}
{{ __('country.currency_column') }} | {{ __('country.price_in_currency', ['currency' => $countryInfo->currency->shortName]) }} | {{ __('country.change') }} | {{ __('country.change_percentage') }} | {{ __('country.update') }} |
---|---|---|---|---|
{{-- --}}
![]() {{ $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') }} --}} |
{{ __('country.type') }} | {{ __('country.price_in_currency', ['currency' => $countryInfo->currency->shortName]) }} | {{ __('country.change_percentage') }} | |
---|---|---|---|
{{-- --}}
![]() {{ $gold->goldType->name }}{{-- --}} |
{{ priceFormat($gold->price) }} | {{--{{ priceFormat($gold->change_amount) }} | --}}{{ number_format($gold->change_percent, 3, '.', ',') }}% |
{{ __('country.type') }} | {{ __('country.price_in_usd') }} | {{ __('country.change_percentage') }} | |
---|---|---|---|
{{-- --}}
![]() {{ $gold->goldType->name }} {{----}} |
${{ $gold->price }} | {{--{{ number_format($gold->change_amount,2,'.',',') }} | --}}{{ number_format($gold->change_percent, 3, '.', ',') }}% |
{{ __('country.type') }} | {{ __('country.price_in_currency', ['currency' => $countryInfo->currency->shortName]) }} | {{ __('country.change_percentage') }} | |
---|---|---|---|
{{-- --}}
![]() {{ $silver->silverType->shortName }}{{-- --}} |
{{ $silver->price }} | {{--{{ number_format($silver->change_amount,2,'.',',') }} | --}}{{ number_format($silver->change_percent, 3, '.', ',') }}% |
{{ __('country.type') }} | {{ __('country.price_in_usd') }} | {{ __('country.change_percentage') }} | |
---|---|---|---|
{{-- --}}
![]() {{ $silver->silverType->shortName }}{{-- --}} |
${{ $silver->price }} | {{--{{ number_format($silver->change_amount,2,'.',',') }} | --}}{{ number_format($silver->change_percent, 3, '.', ',') }}% |