Commit 9f5b1d0112e53e85197df30673ccf1f2f4923df1

Authored by Андрей Ларионов
1 parent d7c3522a7f

Работа по проекту - финал

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

app/Http/Controllers/MainController.php
... ... @@ -74,8 +74,6 @@ class MainController extends Controller
74 74 groupby('job_title_id')->
75 75 get();
76 76 }
77   - dd($BigFlot);
78   -
79 77  
80 78 $employers = employers_main::query()->with('employer')->orderBy('id')->limit(8)->get();
81 79 $vacancy = Ad_jobs::query()->with('job_title')->orderBy('position_ship')->get();