POST
blacklist
Save an entry into the blacklist in database
|
blacklist.store
|
App\Http\Controllers\BlacklistController@store
|
web
|
POST
blacklistSearch
Returns the search results from the blacklist table in the database
|
blacklistSearch
|
App\Http\Controllers\BlacklistController@search
|
web
|
POST
branch
Save a branch in database
|
branch.store
|
App\Http\Controllers\BranchController@store
|
web
|
POST
currency
Save a currency in database
|
currency.store
|
App\Http\Controllers\CurrencyController@store
|
web
|
POST
currency/sortable
Saves the order value of the currency via ajax upon sorting of the currencies table on currency.index
|
sortCurrency
|
App\Http\Controllers\CurrencyController@sortable
|
web
|
POST
customer
Save a customer in the database
|
customer.store
|
App\Http\Controllers\CustomerController@store
|
web
|
POST
customerSearch
Returns the search results from the customer table in the database
|
customerSearch
|
App\Http\Controllers\CustomerController@search
|
web
|
POST
exchangeRate
Save the exchange rate for a currency in database
|
exchangeRate.store
|
App\Http\Controllers\ExchangeRateController@store
|
web
|
POST
forex
Save a forex transaction in database
|
forex.store
|
App\Http\Controllers\ForexController@store
|
web
|
POST
idDocument
Save an id document in database
|
idDocument.store
|
App\Http\Controllers\IDDocumentController@store
|
web
|
POST
image-crop/{id}
Uploads via an ajax call the cropped image for a customer.
|
imageCrop
|
App\Http\Controllers\ImageController@imageCropPost
|
web
|
POST
suspicious
mark a transaction as suspicious
|
suspicious.store
|
App\Http\Controllers\SuspiciousController@store
|
web
|
POST
transfer
Save a money transfer entry in database
|
transfer.store
|
App\Http\Controllers\TransferController@store
|
web
|