@extends('admin/layout') @section('title') {{ labels('admin_labels.currency_setting', 'Currency Setting') }} @endsection @section('content') @php $user = auth()->user(); $role = auth()->user()->role->name; @endphp
{{ labels('admin_labels.efficiently_organize_and_control_currency', 'Efficiently Organize and Control Currency') }}
| {{ labels('admin_labels.id', 'ID') }} | {{ labels('admin_labels.name', 'Name') }} | {{ labels('admin_labels.symbol', 'Symbol') }} | {{ labels('admin_labels.exchange_rate', 'Exchange Rate') }} | {{ labels('admin_labels.status', 'Status') }} | {{ labels('admin_labels.action', 'Action') }} |
|---|