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