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

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

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