@extends('backend.settings.setting-layout') @section('title') {{ __('currency_example') }} @endsection @section('breadcrumbs')

{{ __('settings') }}

@endsection @section('website-settings')

{{ __('currency_example') }}

white sample
{{ __('headphone') }} 1
{{ currencyAmountShort(11) }} {{ currentCurrencyCode() }}
white sample
{{ __('headphone') }} 2
{{ currencyAmountShort(234) }} {{ currentCurrencyCode() }}
@endsection