@php $configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', 'Currency') @section('content') @include('admin.includes.show-msg')
Add currency, if it does not exist
| # | Currency name | Country name | Currency code | Actions |
|---|---|---|---|---|
| @include('admin.includes._iteration', ['data' => $currencies]) | {{ Str::upper($item->name) }} | {{ Str::upper($item->symbol) }} | {{ Str::upper($item->code) }} |
|
| No record found. |