@extends('admin.layouts.master') @section('title', __('Manage Currencies')) @section('has-content-sidebar', 'has-content-sidebar') @section('content-sidebar') @include('admin.settings.content-sidebar') @endsection @php $supported_currency = array_keys(sys_settings('supported_currency', '{}')); $automatic_ex_rates = $exchange_rates[$exchange_methods->AUTOMATIC]; $manual_ex_rates = $exchange_rates[$exchange_methods->MANUAL]; @endphp @section('content')
@endsection