@extends('backend.layout.master') @section('title', __('Withdraw Amount Settings')) @section('content')

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

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