@extends('admin.layouts.app') @section('page_title', __('Manage Currency')) @section('content')
@lang("Sl") | @lang('Name') | @lang('Conversion Rate') | @lang('Status') | @lang('Action') | |||
---|---|---|---|---|---|---|---|
{{ $key + 1 }} | @lang($currency->name) | {{ number_format($currency->conversion_rate, 2) ." ".$currency->code }} | {{ $currency->status == 1 ? 'Active' : 'Inactive' }} | ||||
@lang("No data to show") |