added crud for form meeting & seminar
This commit is contained in:
@@ -60,7 +60,7 @@ class FormUpCountryController extends Controller
|
||||
$kategori = Kategori::where('name', 'Up Country')->first();
|
||||
|
||||
$filePaths = [];
|
||||
$folderPath = '/expense/' . $region->code . '/' . $cabang->code . '/upcountry/';
|
||||
$folderPath = '/expense/' . $region->code . '/' . $cabang->code . '/upcountry';
|
||||
|
||||
if ($request->hasFile('bukti1')) {
|
||||
$bukti1 = $request->file('bukti1');
|
||||
@@ -164,7 +164,7 @@ class FormUpCountryController extends Controller
|
||||
$kategori = Kategori::where('name', 'Up Country')->first();
|
||||
|
||||
$filePaths = [];
|
||||
$folderPath = '/expense/' . $region->code . '/' . $cabang->code . '/upcountry/';
|
||||
$folderPath = '/expense/' . $region->code . '/' . $cabang->code . '/upcountry';
|
||||
|
||||
if ($request->hasFile('bukti1')) {
|
||||
$bukti1 = $request->file('bukti1');
|
||||
|
||||
Reference in New Issue
Block a user