@extends('backend.layout.master') @section('title', __('Transaction Fee Settings')) @section('style') @endsection @section('content')

{{ __('Withdraw Fee Settings') }}

@csrf
@can('withdraw-fee-settings-update') @endcan
@endsection