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

Commit

Permalink
Fix hospital route
Browse files Browse the repository at this point in the history
  • Loading branch information
FauzanAr committed Apr 14, 2019
1 parent 5cdb29c commit 9143736
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions resources/views/SearchRS.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,7 @@
</div>
</div>
</div>

<a type="button" class="btn btn-primary " href="/lihatsemuars">Lihat Semua</a>


</div>

@endsection
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


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

0 comments on commit 9143736

Please sign in to comment.