diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index 81721af..59ee48b 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -208,14 +208,14 @@ public function searchJob(Request $request){ ->where('lastdate','>',now()) ->where('name' ,'like', '%' .$request->title . '%') ->orderBy('vacency', 'desc') - ->paginate(10); + ->paginate(1); }else{ $job = JobPost::where('verify','1') ->where('lastdate','>',now()) ->where('location',$request->location) ->where('name' ,'like', '%' .$request->title . '%') ->orderBy('vacency', 'desc') - ->paginate(10); + ->paginate(1); } return response()->json([ 'job'=> $job ]); diff --git a/public/asset/cv/student/O4OPTykF3U.pdf b/public/asset/cv/student/O4OPTykF3U.pdf new file mode 100644 index 0000000..c20ed09 Binary files /dev/null and b/public/asset/cv/student/O4OPTykF3U.pdf differ diff --git a/public/asset/img/faculty/r1CgtI2U5c.png b/public/asset/img/faculty/r1CgtI2U5c.png new file mode 100644 index 0000000..8ecb9e7 Binary files /dev/null and b/public/asset/img/faculty/r1CgtI2U5c.png differ diff --git a/public/asset/img/student/9B2XqTfTuQ.png b/public/asset/img/student/9B2XqTfTuQ.png new file mode 100644 index 0000000..8ecb9e7 Binary files /dev/null and b/public/asset/img/student/9B2XqTfTuQ.png differ diff --git a/public/js/app.js b/public/js/app.js index 9462e1e..3bc8ea1 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -10487,9 +10487,6 @@ __webpack_require__.r(__webpack_exports__); // // // -// -// -// @@ -94784,58 +94781,47 @@ var render = function() { "v-row", { attrs: { align: "center", justify: "center" } }, [ - _vm.count <= 0 - ? _c( - "v-row", - { attrs: { align: "center", justify: "center" } }, + _c( + "v-card", + { attrs: { outlined: "" } }, + [ + _c( + "v-list-item", [ _c( - "v-card", - { attrs: { outlined: "" } }, + "v-list-item-avatar", + { attrs: { tile: "", size: "140" } }, + [ + _c("v-img", { + attrs: { + src: "/asset/img/others/404/emoji.png" + } + }) + ], + 1 + ), + _vm._v(" "), + _c( + "v-list-item-content", [ _c( - "v-list-item", - [ - _c( - "v-list-item-avatar", - { attrs: { tile: "", size: "140" } }, - [ - _c("v-img", { - attrs: { - src: "/asset/img/others/404/emoji.png" - } - }) - ], - 1 - ), - _vm._v(" "), - _c( - "v-list-item-content", - [ - _c( - "v-list-item-title", - { staticClass: " font-weight-black" }, - [_c("h1", [_vm._v("Sorry")])] - ), - _vm._v(" "), - _c("v-list-item-title", [ - _c("p", [ - _vm._v(" No related post found") - ]) - ]) - ], - 1 - ) - ], - 1 - ) + "v-list-item-title", + { staticClass: " font-weight-black" }, + [_c("h1", [_vm._v("Sorry")])] + ), + _vm._v(" "), + _c("v-list-item-title", [ + _c("p", [_vm._v(" No related post found")]) + ]) ], 1 ) ], 1 ) - : _vm._e() + ], + 1 + ) ], 1 ) @@ -166674,9 +166660,8 @@ var Token = /*#__PURE__*/function () { var payload = this.payload(token); if (payload) { - if (payload.iss === "http://localhost:8000/api/auth/login") { - return true; - } + //if (payload.iss === "http://localhost:8000/api/auth/login" ) { + return true; //} } return false; diff --git a/resources/js/components/findJob.vue b/resources/js/components/findJob.vue index d32d59b..8c8b18c 100644 --- a/resources/js/components/findJob.vue +++ b/resources/js/components/findJob.vue @@ -2,8 +2,6 @@ - -