Skip to content
This repository has been archived by the owner on Jun 17, 2019. It is now read-only.

Commit

Permalink
creating route to hospital controller
Browse files Browse the repository at this point in the history
  • Loading branch information
FauzanAr committed Apr 14, 2019
1 parent 13501ce commit 5cdb29c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,11 @@


Route::get('/searchrs', 'HospitalController@indexUser')->name('search.index.hospital');

Route::post('/searchrs/listhospital/cari', 'HospitalController@searchUser')->name('search.hospital');
Route::get('/viewhospital', function() {
return view('viewhospital');
});

Route::get('/listhospital', function() {
return view('listHospital');
});

Route::get('/lihatsemuars', function() {
return view('LSRumahSakit');
});
Expand Down

0 comments on commit 5cdb29c

Please sign in to comment.