@extends('core::layouts.master') @section('title') {{ trans_choice('core::general.currency',2) }} @endsection @section('styles') @stop @section('content')

{{ trans_choice('core::general.currency',2) }}

@foreach($data as $key) @endforeach
{{ trans_choice('core::general.name',1) }} {{trans_choice('core::general.symbol',1)}} {{trans_choice('core::general.code',1)}} {{trans_choice('core::general.rate',1)}} {{ trans_choice('core::general.action',1) }}
{{$key->name}} {{$key->symbol}} {{$key->code}} {{number_format($key->rate,2)}}
@endsection @section('scripts') @endsection