@extends('admin/layout')
@section('title')
{{ labels('admin_labels.currency_setting', 'Currency Setting') }}
@endsection
@section('content')
@php
$user = auth()->user();
$role = auth()->user()->role->name;
use App\Services\MediaService;
@endphp
| {{ 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') }} |
|---|