Add "From/To Account Rate" fields in transfer create/edit page
This commit is contained in:
@ -3,7 +3,9 @@
|
||||
return [
|
||||
|
||||
'from_account' => 'From Account',
|
||||
'from_account_rate' => 'From Account Rate',
|
||||
'to_account' => 'To Account',
|
||||
'to_account_rate' => 'To Account Rate',
|
||||
|
||||
'messages' => [
|
||||
'delete' => ':from to :to (:amount)',
|
||||
|
Reference in New Issue
Block a user