@extends('app') @section('title'){{__('main.curr_title', ['curr' => $currency->name])}}@endsection @section('type'){{ 'article' }}@endsection @section('description'){{__('main.cur_desc_page', [ 'currency' => $currency->name ])}}@endsection {{-- date_formate(LaravelLocalization::getCurrentLocale()) --}} {{-- @section('keywords'){{config('mainSettings.site_keywords')}}, {{__('main.cur_keywords_page', [ 'currency' => $currency->name, 'currency_code' => $currency->cur_code, ])}}@endsection --}} @section('keywords'){{ implode(', ', $keywords) }}@endsection @section('article') @foreach($keywords as $key) @endforeach @endsection @section('content')

{{ $currency->name }} {{__('main.curr_title', ['curr' => $currency->name])}}