@extends('backend.layout.main') @section('content')
@foreach($lims_currency_all as $key=>$currency_data)
{{__('db.Currency Name')}}
{{__('db.Currency Code')}}
{{__('db.symbol')}}
{{__('db.Exchange Rate')}}
{{__('db.action')}}
@endforeach
{{$key}}
{{ $currency_data->name }}
{{ $currency_data->code }}
{{ $currency_data->symbol }}
{{ $currency_data->exchange_rate }}