@extends('layouts.app') @section('content')
@php $settings = \App\Models\Setting::all(); @endphp

{{ _lang('Fixed transfer fee & exchange fee will be in base currency and it will convert to other currency automatically based on exchange rate') }}

{{ _lang('Transactions Fee') }}

@csrf
@endsection