Added vacancies list

This commit is contained in:
2020-05-03 05:04:26 +01:00
parent f5bb92b3c8
commit 27794729b9
4 changed files with 105 additions and 6 deletions

View File

@@ -6,5 +6,10 @@ use Illuminate\Http\Request;
class VacancyController extends Controller
{
//
public function index()
{
return view('dashboard.administration.positions');
}
}