typo..
This commit is contained in:
parent
a1904d1839
commit
8f349ee9c4
@ -50,7 +50,7 @@ class Companies extends Controller
|
||||
$currencies = [];
|
||||
|
||||
foreach ($money_currencies as $key => $item) {
|
||||
$currencies[$key] = $item['name'];
|
||||
$currencies[$key] = $key . ' - ' . $item['name'];
|
||||
}
|
||||
|
||||
return view('common.companies.create', compact('currencies'));
|
||||
@ -106,7 +106,7 @@ class Companies extends Controller
|
||||
$currencies = [];
|
||||
|
||||
foreach ($money_currencies as $key => $item) {
|
||||
$currencies[$key] = $item['name'];
|
||||
$currencies[$key] = $key . ' - ' . $item['name'];
|
||||
}
|
||||
|
||||
return view('common.companies.edit', compact('company', 'currencies'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user