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

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

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