@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.add_currency', 'Add Currency') }}
@csrf
{{ labels('admin_labels.system_default_currency', 'System Default Currency') }}
@csrf
@csrf
{{-- table --}}

{{ labels('admin_labels.currency', 'Currency') }}

{{ labels('admin_labels.search', 'Search') }}
{{ 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') }}
@endsection