update
parent
be67f0145f
commit
e46532478d
|
|
@ -190,7 +190,7 @@ class KriteriaController extends Controller
|
||||||
$sekolah = Sekolah::find($idSekolah);
|
$sekolah = Sekolah::find($idSekolah);
|
||||||
}
|
}
|
||||||
|
|
||||||
dd(request()->all());
|
// dd(request()->all());
|
||||||
|
|
||||||
if($key == 'input_upload_files_penilai'){
|
if($key == 'input_upload_files_penilai'){
|
||||||
$destinationPath = public_path('uploads/kriteria/' . date('Y').'/'.$idSekolah . '/' .decode_id($data['key']) );
|
$destinationPath = public_path('uploads/kriteria/' . date('Y').'/'.$idSekolah . '/' .decode_id($data['key']) );
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue