From 9d99612c980cd3fade88c623767a14a23a9707ee Mon Sep 17 00:00:00 2001 From: Sergey Panarin Date: Fri, 28 Jun 2024 14:50:34 +0200 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/EmployerController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/EmployerController.php b/app/Http/Controllers/EmployerController.php index 20bdc02..c004fea 100644 --- a/app/Http/Controllers/EmployerController.php +++ b/app/Http/Controllers/EmployerController.php @@ -604,6 +604,7 @@ class EmployerController extends Controller $jobs_titles = Job_title::select('id', 'name') ->where('is_remove', '=', 0) + ->where('is_bd', '=', 2) ->orderBy('name', 'asc') ->get() ->toArray() -- 1.7.10.4