Update laravel framework from 9 to 11, removed some old packages
This commit is contained in:
@@ -38,6 +38,7 @@ class AccountController extends Controller
|
||||
$io->items->push($o);
|
||||
}
|
||||
|
||||
return View('u.invoice.home',['o'=>$io]);
|
||||
return view('theme.backend.adminlte.u.invoice.home')
|
||||
->with('o',$io);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user