Brooke Baginski has four years of professional experience. Brooke began their career in 2016 as an Account Manager at iboss, followed by a role as an Operations Consultant at SEPHORA. In 2018, they joined SKYY Communications as an Engagement Manager, and in 2020 they began working as a Customer Support Analyst at Ad-Juster, which was acquired by DoubleVerify.
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class HomeController extends Controller
{
/**
* Create a new controller instance.
*
* @return void
*/
public function __construct()
{
$this->middleware('auth');
}
/**
* Show the application dashboard.
*
* @return \Illuminate\Http\Response
*/
public function index()
{
return view('home');
}
public function profile()
{
return view('profile');
}
public function contact()
{
return view('contact');
}
}
Sign up to view 0 direct reports
Get started
This person is not in any teams