composer require jeroennoten/laravel-adminlte
Route::get('admin', function () { return view('admin_template'); });