@extends('layouts.app') @section('create-button') @lang('app.createNew') @endsection @section('content')

@lang('app.currency')

@forelse ($currencies as $key=>$item) @empty @endforelse
# @lang('modules.currency.currencyName') @lang('modules.currency.currencySymbol') @lang('modules.currency.currencyCode') @lang('app.action')
{{ $key+1 }}. {{ $item->currency_name }} {{ ucfirst($item->currency_symbol) }} {{ ucfirst($item->currency_code) }} @if(!$item->is_trial) @endif
@endsection @push('footer-script') @endpush