@extends('admin.layouts.app') @section('title', __('admin.currencies.title')) @section('content')
| {{ __('common.table.code') }} | {{ __('common.table.name') }} | {{ __('admin.currencies.prefix') }} | {{ __('admin.currencies.suffix') }} | {{ __('common.table.rate') }} | {{ __('admin.currencies.default') }} | {{ __('common.table.actions') }} |
|---|---|---|---|---|---|---|
| {{ $currency->code }} | {{ $currency->prefix }} | {{ $currency->prefix }} | {{ $currency->suffix ?? '' }} | {{ $currency->rate }} | @if($currency->default){{ __('admin.currencies.default') }}@endif | @if(!$currency->default) @endif |