@extends('layout.app')
@section('title', __('currencies'))
@section('content')
@foreach ($currencies as $currency)
{{ __('sl') }}
{{ __('name') }}
{{ __('symbol') }}
{{ __('code') }}
{{ __('action') }}
@endforeach
{{ $loop->iteration }}
{{ $currency->name }}
{{ $currency->symbol }}
{{ $currency->code }}